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

◆ FillCommandUIDPerCrewIdx() [1/2]

void ActionCarDoors::FillCommandUIDPerCrewIdx ( int crewIdx0,
int crewIdx1,
int crewIdx2,
int crewIdx3 )
inlineprotected

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

131 {
132 m_CommandUIDPerCrewIdx[0] = crewIdx0;
133 m_CommandUIDPerCrewIdx[1] = crewIdx1;
134 m_CommandUIDPerCrewIdx[2] = crewIdx2;
135 m_CommandUIDPerCrewIdx[3] = crewIdx3;
136 }
int m_CommandUIDPerCrewIdx[4]
Определения ActionCarDoors.c:3

Перекрестные ссылки m_CommandUIDPerCrewIdx.

Используется в ActionCloseCarDoors::ActionCloseCarDoors(), ActionOpenCarDoors::ActionOpenCarDoors() и FillCommandUIDPerCrewIdx().