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

UE2:CrowdTrigger (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:AnimParams (UT2003))
Jump to: navigation, search
UT2003 Object >> Actor >> Triggers >> CrowdTrigger
Package: 
XGame
This class in other games:
UT2004

Class: XGame.CrowdTrigger Parent: Engine.Triggers

When triggered, tells a group of Crowd Pawns to play a given animation

Properties[edit]

Property group 'Crowd'[edit]

Anims[edit]

Type: array<AnimParams>

Modifiers: export, editinline

Info about what sequence to have the pawns play

MaxDelay[edit]

Type: float

Modifiers: export


Structs[edit]

AnimParams[edit]

name SeqName 
float Rate 
float TweenTime 
float OffsetClamp 

Events[edit]

Trigger[edit]

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger