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

◆ AnimCommandCheck()

bool ManBase::AnimCommandCheck ( HumanMoveCommandID mask)
inlineprotected

Returns whether the specified movement command(s) are starting the next frame. Use caution when using this for anything player animation-related, some commands may require the movement state to be truly active (wait until next update)

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

5255 {
5256 return m_AnimCommandStarting & mask;
5257 }
int m_AnimCommandStarting
Определения PlayerBase.c:26

Перекрестные ссылки m_AnimCommandStarting.

Используется в TryHideItemInHands().