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

◆ DelayedRefreshAnimationState()

void WeaponManager::DelayedRefreshAnimationState ( int delay)
inlineprivate

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

1045 {
1046 if(m_WeaponInHand)
1047 {
1048 if(delay == 0)
1049 {
1051 }
1053 }
1054 }
void RefreshAnimationState()
Определения WeaponManager.c:1056
Weapon_Base m_WeaponInHand
Определения WeaponManager.c:23
int m_AnimationRefreshCooldown
Определения WeaponManager.c:43

Перекрестные ссылки m_AnimationRefreshCooldown, m_WeaponInHand и RefreshAnimationState().