Gah - a solution with more questions. – EntropicLqd

UE2:AnchorForce (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2XMP Object >> Force >> AnchorForce

Contents

Package: 
ParticleSystems
Within class: 
ParticleGenerator
This class in other games:
U2

$Author: Aleiby $ $Date: 3/08/02 9:51a $ $Revision: 3 $ Name: AnchorForce.uc Author: Aaron R Leiby Date: 6 April 2000 Description: Locks a particle's position relative to an Actor. How to use this class:

[edit] Properties

[edit] Property group 'AnchorForce'

[edit] bRotateWithActor

Type: bool

Modifiers: public


[edit] ParticleA

Type: Object.ParticleHandle

Modifiers: native

Affected particle.

[edit] RelativeActor

Type: Actor

Modifiers: protected


[edit] RelativeOffset

Type: Object.Vector

Modifiers: public


[edit] Native functions

[edit] SetParticle

public native simulated function SetParticle (Object.ParticleHandle Affected, Actor Relative)