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

Gameplay.Action_DrawHUDMaterial

Extends
LatentScriptedAction

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

Variables Summary
ScriptedHudOverlayOverlay
Action
floatDisplayTime
floatHeight
MaterialHUDMaterial
floatPosX
floatPosY
floatWidth
Inherited Variables from Gameplay.ScriptedAction
ActionString, bValidForTrigger

Functions Summary
function ActionCompleted ()
functionbool CompleteWhenTimer ()
functionbool CompleteWhenTriggered ()
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

Overlay Source code

var ScriptedHudOverlay Overlay;

Action

DisplayTime Source code

var(Action) float DisplayTime;

Height Source code

var(Action) float Height;

HUDMaterial Source code

var(Action) Material HUDMaterial;

PosX Source code

var(Action) float PosX;

PosY Source code

var(Action) float PosY;

Width Source code

var(Action) float Width;


Functions Detail

ActionCompleted Source code

function ActionCompleted ( )

CompleteWhenTimer Source code

function bool CompleteWhenTimer ( )

CompleteWhenTriggered Source code

function bool CompleteWhenTriggered ( )

InitActionFor Source code

function bool InitActionFor ( ScriptedController C )


Defaultproperties

defaultproperties
{
     PosX=0.400000
     PosY=0.400000
     Width=0.200000
     Height=0.200000
     DisplayTime=1.000000
     ActionString="draw HUD texture"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:15:48.640 - Created with UnCodeX