UE2:AttractionForce (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
U2 Object >> Force >> AttractionForce
Package:
ParticleSystems
Within class:
ParticleGenerator
This class in other games:

$Author: Aleiby $ $Date: 3/08/02 9:51a $ $Revision: 3 $ Name: AttractionForce.uc Author: Aaron R Leiby Date: 5 December 2001 Description: Attraction between two particles. How to use this class:

Properties

Property group 'AttractionForce'

ParticleA

Type: Object.ParticleHandle

Modifiers: native


ParticleB

Type: Object.ParticleHandle

Modifiers: native


Rigidity

Type: float

Number of seconds it takes for particles to reach each other at any given moment (negative numbers enforce linear rate).

Default value: 4.0

Default values

Property Value
Priority 10.0

Native functions

SetEndpoints

native simulated function SetEndpoints (Object.ParticleHandle A, Object.ParticleHandle B)