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

◆ GetDoorIndexByLeverIndex()

int Land_WarheadStorage_Main::GetDoorIndexByLeverIndex ( int LeverIndex)
inlineprotected

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

326 {
327 switch (LeverIndex)
328 {
329 case 1:
330 return 8;
331
332 case 2:
333 return 9;
334
335 case 3:
336 return 10;
337
338 case 4:
339 return 11;
340 }
341 return -1;
342 }

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