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

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

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