Cogito, ergo sum

UE2:ACTION_SpawnActor (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> ScriptedAction >> ACTION_SpawnActor
Package: 
Gameplay
This class in other games:
UE2Runtime, UT2003, U2

null

Properties[edit]

Property group 'Action'[edit]

ActorClass[edit]

Type: class<Actor>


ActorTag[edit]

Type: name


bOffsetFromScriptedPawn[edit]

Type: bool


LocationOffset[edit]

Type: Object.Vector


RotationOffset[edit]

Type: Object.Rotator


Default values[edit]

Property Value
ActionString "Spawn actor"

Instance functions[edit]

GetActionString[edit]

function string GetActionString ()

Overrides: ScriptedAction.GetActionString


InitActionFor[edit]

function bool InitActionFor (ScriptedController C)

Overrides: ScriptedAction.InitActionFor