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

◆ SetAutodestroy()

void SetAutodestroy ( bool auto_destroy)
protected

Sets whether Effect automatically cleans up when it stops.

Заметки
This means that it will be unregistered from SEffectManager as well
Аргументы
auto_destroybool Whether Effect automatically cleans up when it stops

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

243 {
244 m_IsAutodestroy = auto_destroy;
245 }
bool m_IsAutodestroy
Whether the Effect cleans up after itself when stopped.
Определения Effect.c:33

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