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

◆ GetEffectType()

override EffectType EffectSound::GetEffectType ( )
inlineprotected

Get what type of effect the Effect is.

Возвращает
EffectType What type of effect the Effect is

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

124 {
125 return EffectType.SOUND;
126 }
EffectType
Enum to determine what type of effect the Effect is.
Определения Effect.c:3