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

◆ ParticleManagerSettingsFlags

Flags for ParticleManagerSettings.

Элементы перечислений
NONE 
FIXED_INDEX 

Particles will be locked to the index and not reused.

BLOCKING 

Allocation blocks the game until it is done.

DISABLE_VIRTUAL 

Disable the creation of virtual particles when the pool is still allocating.

REUSE_OWNED 

Reuse stopped particles even if they are owned by something.

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

3{
4 NONE,
13};
@ REUSE_OWNED
Reuse stopped particles even if they are owned by something.
Определения ParticleManager.c:12
@ DISABLE_VIRTUAL
Disable the creation of virtual particles when the pool is still allocating.
Определения ParticleManager.c:10
@ BLOCKING
Allocation blocks the game until it is done.
Определения ParticleManager.c:8
@ FIXED_INDEX
Particles will be locked to the index and not reused.
Определения ParticleManager.c:6
@ NONE
No flags.
Определения EnProfiler.c:11