Console

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

The Console Menu is where Console Commands may be executed.

AS3[edit | edit source]

  • var BGSCodeObj:Object
  • var CommandEntry:TextField
  • var Background:MovieClip
  • var CommandHistory:TextField
  • var CurrentSelection:TextField
  • var CommandPrompt_tf:TextField
  • function get shown():Boolean
  • function get hiding():Boolean
  • function set currentSelection(param1:String):*
  • function set historyCharBufferSize(param1:uint):*
  • function set historyTextColor(param1:uint):*
  • function set textColor(param1:uint):*
  • function set textSize(param1:uint):*
  • function set size(param1:Number):*
  • function PositionTextFields():*
  • function Show():*
  • function ShowComplete():*
  • function Hide():*
  • function HideComplete():*
  • function Minimize():*
  • function PreviousCommand():*
  • function NextCommand():*
  • function AddHistory(param1:String):*
  • function SetCommandPrompt(param1:String):*
  • function ClearHistory():*
  • function ResetCommandEntry():*
  • function onKeyUp(param1:KeyboardEvent):*
  • function onResize():*

BGSCodeObj[edit | edit source]

  • function onHideComplete():void
  • function executeCommand(command:String):void

See Also[edit | edit source]