Gah - a solution with more questions. – EntropicLqd

UE2:Counter (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> Actor >> Triggers >> Counter

Contents

Package: 
Gameplay
This class in other games:
RTNP, U1, U2, U2XMP, UT, UT2003, UT2004

Counter: waits until it has been triggered 'NumToCount' times, and then it sends Trigger/UnTrigger events to actors whose names match 'EventName'.

Properties

Property group 'Counter'

bShowMessage

Type: bool

Display count message?

CompleteMessage

Type: string

Modifiers: localized

Completion message.

Default value: "Completed!"

CountMessage

Type: string

Modifiers: localized

Human readable count message.

Default value: "Only %i more to go..."

NumToCount

Type: byte

Number to count down from.

Default value: 2

Internal variables

OriginalNum

Type: byte


Default values

Property Value
Texture Texture'Gameplay.S_Counter'

Functions

Events

BeginPlay

event BeginPlay ()

Overrides: Actor.BeginPlay


Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger


Other instance functions

Reset

function Reset ()

Overrides: Actor.Reset