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

◆ SetParticleParam()

override void ParticleSource::SetParticleParam ( int parameter_id,
float value )
inlineprotected

Set the value of a parameter of all emitors in the particle.

Аргументы
parameterint The parameter to apply the new value to (enum EmitorParam)
valuefloat The value to apply

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

809 {
810 SetParticleParm(this, -1, parameter_id, value);
811 }
proto void SetParticleParm(notnull IEntity ent, int emitor, EmitorParam parameter, void value)

Перекрестные ссылки SetParticleParm().