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

◆ GetDoorIndexByLeverIndex()

int Land_WarheadStorage_Main::GetDoorIndexByLeverIndex ( int LeverIndex)
inlineprotected

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

291 {
292 switch (LeverIndex)
293 {
294 case 1:
295 return 8;
296
297 case 2:
298 return 9;
299
300 case 3:
301 return 10;
302
303 case 4:
304 return 11;
305 }
306 return -1;
307 }

Используется в UpdateDoorStateClient() и UpdateDoorStateServer().