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

◆ SetCurrentParent()

override void EffectParticle::SetCurrentParent ( Object parent_obj,
bool updateCached = true )
inlineprotected

Set current parent of the managed Particle.

Аргументы
parent_objObject The parent for the Particle
updateCachedbool Whether to update the cached variable

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

357 {
358 super.SetCurrentParent(parent_obj, updateCached);
359
360 ReAttach();
361 }
void ReAttach()
Helper method to attach to parent using stored settings.
Определения EffectParticle.c:242

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