I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:ACTION_SpawnActor (U2)

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

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

null

Properties

Property group 'Action'

ActorClass

Type: class<Actor>


ActorTag

Type: name


bOffsetFromScriptedPawn

Type: bool


LocationOffset

Type: Object.Vector


RotationOffset

Type: Object.Rotator


Default values

Property Value
ActionString "Spawn actor"

Instance functions

GetActionString

function string GetActionString ()

Overrides: ScriptedAction.GetActionString


InitActionFor

function bool InitActionFor (ScriptedController C)

Overrides: ScriptedAction.InitActionFor