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

◆ RegisterState()

void RegisterState ( PlayerSoundEventBase state)

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

102 {
103 int index = state.GetSoundEventID();
104 m_AvailableStates[index] = state;
105 m_ConfigIDToScriptIDmapping.Insert(state.GetSoundVoiceAnimEventClassID(),index);
106 }
static ref InfectedSoundEventBase m_AvailableStates[SOUND_EVENTS_MAX]
Определения InfectedSoundEventHandler.c:17
static ref map< int, int > m_ConfigIDToScriptIDmapping
Определения PlayerSoundEventHandler.c:49

Перекрестные ссылки m_AvailableStates и m_ConfigIDToScriptIDmapping.

Используется в PlayerSoundEventHandler().