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

◆ IsAutodestroy()

bool IsAutodestroy ( )
protected

Get whether Effect automatically cleans up when it stops.

Возвращает
bool Whether Effect automatically cleans up when it stops

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

252 {
253 return m_IsAutodestroy;
254 }
bool m_IsAutodestroy
Whether the Effect cleans up after itself when stopped.
Определения Effect.c:33

Перекрестные ссылки m_IsAutodestroy.