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

◆ GetEffectType()

EffectType GetEffectType ( )
protected

Get what type of effect the Effect is.

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

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

121 {
122 return EffectType.NONE;
123 }
EffectType
Enum to determine what type of effect the Effect is.
Определения Effect.c:3