Always snap to grid

UE2:SlipForce (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

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

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

[edit] Properties

[edit] Property group 'SlipForce'

[edit] Distance

Type: Object.Range

Modifiers: public


[edit] ParticleA

Type: Object.ParticleHandle

Modifiers: native


[edit] ParticleB

Type: Object.ParticleHandle

Modifiers: native


[edit] Default values

Property Value
Priority 1.0

[edit] Native functions

[edit] SetEndpoints

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