Cogito, ergo sum

UE1:Counter (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Actor >> Triggers >> Counter
Package: 
Engine
This class in other games:
RTNP, U1, UT2003, UE2Runtime, U2, UT2004, U2XMP

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

Properties[edit]

Property group 'Counter'[edit]

bShowMessage[edit]

Type: bool

Display count message?

CompleteMessage[edit]

Type: string

Modifiers: localized

Completion message.

Default value: "Completed!"

CountMessage[edit]

Type: string

Modifiers: localized

Human readable count message.

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

NumToCount[edit]

Type: byte

Number to count down from.

Default value: 2

Internal variables[edit]

OriginalNum[edit]

Type: byte


Default values[edit]

Property Value
Texture Texture'Engine.S_Counter'

Functions[edit]

Events[edit]

BeginPlay[edit]

event BeginPlay ()

Overrides: Actor.BeginPlay


Trigger[edit]

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger


Other instance functions[edit]

Reset[edit]

function Reset ()