DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetStanceMask()
override
int
GetStanceMask
(
PlayerBase
player
)
См. определение в файле
ActionBandageTarget.c
строка
33
34
{
35
if
(player.IsPlayerInStance(
DayZPlayerConstants
.STANCEMASK_CROUCH |
DayZPlayerConstants
.STANCEMASK_PRONE))
36
return
DayZPlayerConstants
.STANCEMASK_CROUCH;
37
else
38
return
DayZPlayerConstants
.STANCEMASK_ERECT;
39
}
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Определения
dayzplayer.c:602
Ishodniki
scripts
4_World
Classes
UserActionsComponent
Actions
Continuous
Medical
ActionBandageTarget.c
Создано системой
1.13.2