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

◆ GetParticle()

bool ParticleSource::GetParticle ( out string path,
EGetParticleMode mode )
inlineprivate

Gets the path to the currently assigned particle.

Аргументы
pathstring Path of particle effect
modeEGetParticleMode What path to return
Возвращает
bool Whether the path is filled in or not

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

493 {
494 return GetParticleNative(path, mode);
495 }
string path
Определения OptionSelectorMultistate.c:142
proto bool GetParticleNative(out string path, EGetParticleMode mode)
Gets the path to the currently assigned particle.

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

Используется в PMTPlayback::CheckOnePlaying(), GetParticleID() и GetParticleIDLegacy().