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

◆ ReAttach()

void EffectParticle::ReAttach ( )
inlineprotected

Helper method to attach to parent using stored settings.

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

243 {
244 // Skip the updating, as we are going to reuse what was set before
246 }
vector GetLocalPosition()
Get the local position of the Effect.
Определения Effect.c:488
vector GetAttachedLocalOri()
Get the local orientation set by SetAttachedLocalOri.
Определения Effect.c:613
bool IsParticleRotationRelativeToWorld()
Get the orientation setting to be used by the effect when the Effect starts.
Определения EffectParticle.c:513
void AddAsChild(Object obj, vector local_pos, vector local_ori, bool force_rotation_to_world)
Helper method to attach to parent.
Определения EffectParticle.c:251
proto native Widget GetParent()
Get parent of the Effect.
Определения Effect.c:407

Перекрестные ссылки AddAsChild(), GetAttachedLocalOri(), GetLocalPosition(), GetParent() и IsParticleRotationRelativeToWorld().

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