Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Gameplay.ACTION_WaitForEvent

Extends
LatentScriptedAction

Core.Object
|   
+-- Gameplay.ScriptedAction
   |   
   +-- Gameplay.LatentScriptedAction
      |   
      +-- Gameplay.ACTION_WaitForEvent

Direct Known Subclasses:

JBAction_WaitForEvent

Variables Summary
TriggeredConditionT
Action
nameExternalEvent
Inherited Variables from Gameplay.ScriptedAction
ActionString, bValidForTrigger

Functions Summary
functionbool CompleteWhenTriggered ()))
functionstring GetActionString ()))
functionbool InitActionFor (ScriptedController C))
Inherited Functions from Gameplay.LatentScriptedAction
CompleteOnAnim, CompleteOnLIPSincAnim, CompleteWhenTimer, CompleteWhenTriggered, DisplayDebug, GetDistance, GetMoveTargetFor, InitActionFor, MoveToGoal, StillTicking, TickedAction, TurnToGoal, WaitForPlayer
Inherited Functions from Gameplay.ScriptedAction
ActionCompleted, EndsSection, GetActionString, GetScript, InitActionFor, PostBeginPlay, ProceedToNextAction, ProceedToSectionEnd, Reset, StartsSection


Variables Detail

T Source code

var TriggeredCondition T;

Action

ExternalEvent Source code

var(Action) name ExternalEvent;


Functions Detail

CompleteWhenTriggered Source code

function bool CompleteWhenTriggered ( ) )

GetActionString Source code

function string GetActionString ( ) )

InitActionFor Source code

function bool InitActionFor ( ScriptedController C) )


Defaultproperties

defaultproperties
{
	ActionString="Wait for external event"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:57:58.715 - Created with UnCodeX