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

◆ ReleaseObject()

proto native void ReleaseObject ( vobject object,
int flag = 0 )

Release object. When there are not any other references, object is stored into cache and ready to be victed if necessary.

Аргументы
objectObject handle
flagIf RF_RELEASE is used, the object is evicted immediatelly, if not used by anyone else

Используется в Particle::CreateParticleEffect() и ParticleList::PreloadParticles().