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

◆ GetCurrentPrimaryActiveSymptom()

SymptomBase SymptomManager::GetCurrentPrimaryActiveSymptom ( )
inlineprivate

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

544 {
545 if ( GetGame().IsServer() )
546 {
548 {
550 }
551 }
552 if ( !GetGame().IsDedicatedServer() )
553 {
554 if ( m_SymptomQueuePrimary.Count() > 0 )
555 return m_SymptomQueuePrimary.Get(0);
556 }
557 return NULL;
558 }
int m_ActiveSymptomIndexPrimary
Определения StateManager.c:65
ref array< ref SymptomBase > m_SymptomQueuePrimary
Определения StateManager.c:53
proto native CGame GetGame()

Перекрестные ссылки GetGame(), m_ActiveSymptomIndexPrimary и m_SymptomQueuePrimary.

Используется в OnAnimationStarted() и UpdateActiveSymptoms().