Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionopencardoors.c
Go to the documentation of this file.
2 {
3  void ActionOpenCarDoors()
4  {
5  m_IsOpening = true;
6 
7  FillCommandUIDPerCrewIdx(DayZPlayerConstants.CMD_ACTIONMOD_DRIVER_DOOR_OPEN, DayZPlayerConstants.CMD_ACTIONMOD_CODRIVER_DOOROPEN);
8  m_Text = "#open";
9  }
10 };
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition: dayzplayer.c:601
m_Text
protected string m_Text
Definition: actionbase.c:49
ActionOpenCarDoors
Definition: actionopencardoors.c:1
ActionCarDoors
Definition: actioncardoors.c:1