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

◆ DelayedRefreshAnimationState()

void WeaponManager::DelayedRefreshAnimationState ( int delay)
inlineprivate

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

1041 {
1042 if(m_WeaponInHand)
1043 {
1044 if(delay == 0)
1045 {
1047 }
1049 }
1050 }
void RefreshAnimationState()
Определения WeaponManager.c:1052
Weapon_Base m_WeaponInHand
Определения WeaponManager.c:23
int m_AnimationRefreshCooldown
Определения WeaponManager.c:43

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