Always snap to grid

UE2:CrowdTrigger (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2003 Object >> Actor >> Triggers >> CrowdTrigger

Contents

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

[edit] Properties

[edit] Property group 'Crowd'

[edit] Anims

Type: array<AnimParams>

Modifiers: export, editinline

Info about what sequence to have the pawns play

[edit] MaxDelay

Type: float

Modifiers: export


[edit] Structs

[edit] AnimParams

name SeqName 
float Rate 
float TweenTime 
float OffsetClamp 

[edit] Events

[edit] Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger