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
Object >> Actor >> LegendActorComponent >> DelayedTrigger |
- Package:
- Legend
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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)