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

◆ OnGetActivatedServer()

override void LaughterSymptom::OnGetActivatedServer ( PlayerBase player)
inlineprivate

gets called once on an Symptom which is being activated

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

17 {
18 if (LogManager.IsSymptomLogEnable())
19 Debug.SymptomLog("n/a", this.ToString(), "n/a", "OnGetActivated", m_Player.ToString());
20
21 PlaySound(EPlayerSoundEventID.SYMPTOM_LAUGHTER);
22 player.SpreadAgentsEx(3);
23 }
proto string ToString()
void PlaySound()
Определения HungerSoundHandler.c:38
EPlayerSoundEventID
Определения PlayerSoundEventHandler.c:3
void Debug()
Определения UniversalTemperatureSource.c:349
PlayerBase m_Player
Определения StateBase.c:8

Перекрестные ссылки LogManager::IsSymptomLogEnable(), SymptomBase::m_Player, PlaySound(), Debug::SymptomLog() и ToString().