UE2:Action_ConsoleCommand (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
U2 Object >> ScriptedAction >> Action_ConsoleCommand
Package:
Legend
This class in other games:

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