Cogito, ergo sum

UE2:Action_ConsoleCommand (U2)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2 Object >> ScriptedAction >> Action_ConsoleCommand

Contents

Package: 
Legend
This class in other games:
UE2Runtime, UT2003, UT2004

Class: Action_ConsoleCommand Parent: ScriptedAction

Executes a console command

[edit] Properties

[edit] Property group 'Action'

[edit] CommandStr

Type: string

The console command to execute

[edit] Default values

Property Value
ActionString "console command"

[edit] Instance functions

[edit] GetActionString

function string GetActionString ()

Overrides: ScriptedAction.GetActionString


[edit] InitActionFor

function bool InitActionFor (ScriptedController C)

Overrides: ScriptedAction.InitActionFor