ActionOpenCarDoorsOutside.c
class ActionOpenCarDoorsOutside: ActionCarDoorsOutside
{
void ActionOpenCarDoorsOutside()
{
m_IsOpening = true;
FillCommandUIDPerCrewIdx(DayZPlayerConstants.CMD_ACTIONMOD_DRIVER_DOOR_OPEN, DayZPlayerConstants.CMD_ACTIONMOD_CODRIVER_DOOROPEN);
m_Text = "#open";
}
};