There is no spoon
UE2:SlipForce (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- ParticleSystems
- Within class:
- ParticleGenerator
- This class in other games:
- U2
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
$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
Modifiers: public
ParticleA
Type: Object.ParticleHandle
Modifiers: native
ParticleB
Type: Object.ParticleHandle
Modifiers: native
Default values
Property | Value |
---|---|
Priority | 1.0 |
Native functions
SetEndpoints
public native simulated function SetEndpoints (Object.ParticleHandle A, Object.ParticleHandle B, optional float SlipDistance)