Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionclosecardoorsoutside.c
Go to the documentation of this file.
2 {
4  {
5  m_IsOpening = false;
6 
7  FillCommandUIDPerCrewIdx(DayZPlayerConstants.CMD_ACTIONMOD_DRIVER_DOOR_CLOSE, DayZPlayerConstants.CMD_ACTIONMOD_CODRIVER_DOORCLOSE);
8  m_Text = "#close";
9  }
10 };
ActionCarDoorsOutside
Definition: actioncardoorsoutside.c:1
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition: dayzplayer.c:601
m_Text
protected string m_Text
Definition: actionbase.c:49
ActionCloseCarDoorsOutside
Definition: actionclosecardoorsoutside.c:1