C# Class AGS.Editor.Components.BuildCommandsComponent

Inheritance: AGS.Editor.Components.BaseComponent
Show file Open project: adventuregamestudio/ags

Public Methods

Method Description
BuildCommandsComponent ( GUIController guiController, AGSEditor agsEditor ) : System
CommandClick ( string controlID ) : void

Private Methods

Method Description
AGSEditor_TestGameFinished ( ) : void
AGSEditor_TestGameStarting ( ) : void
CompileGame ( bool forceRebuild ) : void
Debugger_DebugStateChanged ( DebugState newState ) : void
ScriptEditor_AttemptToEditScript ( bool &allowEdit ) : void
TestGame ( bool withDebugger ) : void
_agsEditor_AttemptToSaveGame ( bool &allowSave ) : void
guiController_QueryEditorShutdown ( ) : bool

Method Details

BuildCommandsComponent() public method

public BuildCommandsComponent ( GUIController guiController, AGSEditor agsEditor ) : System
guiController GUIController
agsEditor AGSEditor
return System

CommandClick() public method

public CommandClick ( string controlID ) : void
controlID string
return void