Always snap to grid

UE2:Action_ConsoleCommand (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> ScriptedAction >> Action_ConsoleCommand
Package: 
Legend
This class in other games:
UE2Runtime, UT2003, UT2004

Class: Action_ConsoleCommand Parent: ScriptedAction

Executes a console command

Properties

Property group 'Action'

CommandStr

Type: string

The console command to execute

Default values

Property Value
ActionString "console command"

Instance functions

GetActionString

function string GetActionString ()

Overrides: ScriptedAction.GetActionString


InitActionFor

function bool InitActionFor (ScriptedController C)

Overrides: ScriptedAction.InitActionFor