DayZ 1.28
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 строка 260

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

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

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