DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Файл HeatComfortEvents.c

См. исходные тексты.

Структуры данных

class  PlayerSoundEventBase
 
class  HeatComfortEventsBase
 

Функции

class HeatComfortEventsBase extends PlayerSoundEventBase FreezingSoundEvent ()
 
void HeatComfortEventsBase ()
 
override bool HasPriorityOverCurrent (PlayerBase player, EPlayerSoundEventID other_state_id, EPlayerSoundEventType type_other)
 

Функции

◆ FreezingSoundEvent()

19 {
20 m_ID = EPlayerSoundEventID.FREEZING;
22 }
int m_ID
ID of effect, given by SEffectManager when registered (automatically done when playing through it)
Definition Effect.c:49
EPlayerSoundEventID
Definition PlayerSoundEventHandler.c:2
int m_SoundVoiceAnimEventClassID
Definition SoundEvents.c:89

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

◆ HasPriorityOverCurrent()

override bool HasPriorityOverCurrent ( PlayerBase player,
EPlayerSoundEventID other_state_id,
EPlayerSoundEventType type_other )
26{
27 void HotSoundEvent()
28 {

◆ HeatComfortEventsBase()

void HeatComfortEventsBase ( )