DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ ActionOpenCarDoors()

void ActionOpenCarDoors::ActionOpenCarDoors ( )
inlineprivate

См. определение в файле ActionOpenCarDoors.c строка 3

4 {
5 m_IsOpening = true;
6
7 FillCommandUIDPerCrewIdx(DayZPlayerConstants.CMD_ACTIONMOD_DRIVER_DOOR_OPEN, DayZPlayerConstants.CMD_ACTIONMOD_CODRIVER_DOOROPEN);
8 m_Text = "#open";
9 }
string m_Text
Определения ActionBase.c:58
void FillCommandUIDPerCrewIdx(int crewIdx0, int crewIdx1, int crewIdx2, int crewIdx3)
Определения ActionCarDoors.c:130
bool m_IsOpening
Определения ActionCarDoors.c:4
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

Перекрестные ссылки ActionCarDoors::FillCommandUIDPerCrewIdx(), ActionCarDoors::m_IsOpening и ActionBase::m_Text.