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

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

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