My program doesn't have bugs. It just develops random features.

UE2:AttractionForce (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

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

$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:

[edit] Properties

[edit] Property group 'AttractionForce'

[edit] ParticleA

Type: Object.ParticleHandle

Modifiers: native


[edit] ParticleB

Type: Object.ParticleHandle

Modifiers: native


[edit] Rigidity

Type: float

Modifiers: public

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

Default value: 4.0

[edit] Default values

Property Value
Priority 10.0

[edit] Native functions

[edit] SetEndpoints

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