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

◆ FillCommandUIDPerCrewIdx() [1/2]

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

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

122 {
123 m_CommandUIDPerCrewIdx[0] = crewIdx0;
124 m_CommandUIDPerCrewIdx[1] = crewIdx1;
125 m_CommandUIDPerCrewIdx[2] = crewIdx2;
126 m_CommandUIDPerCrewIdx[3] = crewIdx3;
127 }
int m_CommandUIDPerCrewIdx[4]
Определения ActionCarDoorsOutside.c:3

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

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