DayZ 1.27
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 строка 118

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