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

◆ ApplyProperties()

bool ParticleSource::ApplyProperties ( ParticleProperties properties)
inlineprivate

Applies the properties given to the ParticleSource.

Аргументы
propertiesParticleProperties The properties to apply
Возвращает
bool Whether the properties were successfully applied

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

548 {
549 return ApplyPropertiesNative(properties);
550 }
proto native bool ApplyPropertiesNative(ParticleProperties properties)
Applies the properties given to the ParticleSource.

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

Используется в AddAsChild(), CreateParticleEx(), RandomizeOrientation() и StopWiggle().