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

◆ RequestHandAnimationStateRefresh()

void ManBase::RequestHandAnimationStateRefresh ( )
inlineprotected

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

4447 {
4448 if ((GetGame().IsMultiplayer() && GetGame().IsServer()))
4449 {
4451 if (m_RefreshAnimStateIdx > 3)
4453 SetSynchDirty();
4454 }
4455 }
int m_RefreshAnimStateIdx
Определения PlayerBase.c:22
proto native CGame GetGame()

Перекрестные ссылки GetGame() и m_RefreshAnimStateIdx.

Используется в OnCommandClimbStart(), OnCommandDeathStart(), OnCommandFallStart(), OnCommandMelee2Start(), OnCommandSwimStart() и OnJumpStart().