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

◆ IsPendingDeletion()

bool IsPendingDeletion ( )
protected

Get whether the Effect is queued up for being cleaned up.

Возвращает
bool Whether the Effect is queued up for being cleaned up

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

259 {
260 return m_IsPendingDeletion;
261 }
bool m_IsPendingDeletion
Whether the Destroy process has already been called.
Определения Effect.c:35

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

Используется в Destroy(), Entity::IsSetForDeletion() и EffectSound::SoundStop().