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

◆ SetParameter()

override void ParticleSource::SetParameter ( int emitter,
int parameter,
float value )
inlineprotected

Set the value of a parameter of an emitor in the particle.

Аргументы
emitterint The emitter to apply the new value to, -1 for all emitter
parameterint The parameter to apply the new value to (enum EmitorParam)
valuefloat The value to apply

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

820 {
821 SetParticleParm(this, emitter, parameter, value);
822 }
proto void SetParticleParm(notnull IEntity ent, int emitor, EmitorParam parameter, void value)

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