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

◆ GetParameter()

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

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

Аргументы
emitterint The emitor to get the value from
parameterint The parameter to get the value from (enum EmitorParam)
valuefloat The value

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

831 {
832 GetParticleParm(this, emitter, parameter, value);
833 }
proto void GetParticleParm(notnull IEntity ent, int emitor, EmitorParam parameter, out void value)

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