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

◆ RequestHandAnimationStateRefresh()

void ManBase::RequestHandAnimationStateRefresh ( )
inlineprotected

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

4457 {
4458 if ((GetGame().IsMultiplayer() && GetGame().IsServer()))
4459 {
4461 if (m_RefreshAnimStateIdx > 3)
4463 SetSynchDirty();
4464 }
4465 }
int m_RefreshAnimStateIdx
Определения PlayerBase.c:22
proto native CGame GetGame()

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

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