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

◆ SetParticle()

bool ParticleSource::SetParticle ( string path)
inlineprivate

Assigns a particle to the ParticleSource.

Заметки
Intentionally private, as it is best to use 'SetParticleByID' instead from script, because ParticleList
Аргументы
pathstring Path of particle effect
Возвращает
bool Whether the creating and assigning of particle was successful

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

445 {
446 return SetParticleNative(path);
447 }
string path
Определения OptionSelectorMultistate.c:142
proto native bool SetParticleNative(string path)
Assigns a particle to the ParticleSource.

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

Используется в CreateParticleEx() и SetParticleByID().