Mostly Harmless

UE2:SlipForce (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Force >> SlipForce
Package: 
ParticleSystems
Within class: 
ParticleGenerator
This class in other games:
U2XMP

$Author: Aleiby $ $Date: 3/08/02 9:51a $ $Revision: 3 $ Name: SlipForce.uc Author: Aaron R Leiby Date: 30 August 2000 Description: Keeps two particles within the given distance of each other. How to use this class:

Properties

Property group 'SlipForce'

Distance

Type: Object.Range


ParticleA

Type: Object.ParticleHandle

Modifiers: native


ParticleB

Type: Object.ParticleHandle

Modifiers: native


Default values

Property Value
Priority 1.0

Native functions

SetEndpoints

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