Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:DelayedTrigger (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> LegendActorComponent >> DelayedTrigger
Package: 
Legend

DelayedTrigger. $Author: Mfox $ $Date: 6/25/02 11:38p $ $Revision: 4 $

Properties

EventInstigator

Type: Pawn

Modifiers: private


TriggeredActor

Type: Actor

Modifiers: private


TriggerEvent

Type: name

Modifiers: private


TriggeringActor

Type: Actor

Modifiers: private


TriggerTime

Type: float

Modifiers: private


Functions

Events

Tick

simulated event Tick (float DeltaTime)

Overrides: Actor.Tick


Other instance functions

Initialize

function Initialize (Actor GivenTriggeringActor, Actor GivenTriggeredActor, float DelaySecs, optional Pawn Instigator, optional name Event)