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

◆ GetStanceMask()

override int ActionRestrainSelf::GetStanceMask ( PlayerBase player)
inlineprivate

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

37 {
38 if ( player.IsPlayerInStance(DayZPlayerConstants.STANCEMASK_CROUCH | DayZPlayerConstants.STANCEMASK_PRONE))
39 return DayZPlayerConstants.STANCEMASK_CROUCH;
40 else
41 return DayZPlayerConstants.STANCEMASK_ERECT;
42 }
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602