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

◆ GetActionCommand()

int AnimatedActionBase::GetActionCommand ( PlayerBase player)
inlineprotected

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

264 {
265 if ( HasProneException() )
266 {
267 if ( player.IsPlayerInStance(DayZPlayerConstants.STANCEMASK_CROUCH | DayZPlayerConstants.STANCEMASK_ERECT))
268 return m_CommandUID;
269 else
270 return m_CommandUIDProne;
271 }
272 return m_CommandUID;
273 }
int m_CommandUID
Определения AnimatedActionBase.c:143
override bool HasProneException()
Определения AnimatedActionBase.c:318
int m_CommandUIDProne
Определения AnimatedActionBase.c:144
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

Перекрестные ссылки HasProneException(), m_CommandUID и m_CommandUIDProne.

Используется в ActionFillBottleSnow::GetActionCommandEx() и GetActionCommandEx().