Data Structures | |
| class | ScriptConsoleEnfScriptTab |
Functions | |
| ScriptConsoleEnfScriptTab ScriptConsoleTabBase | OnSelected () |
| void | ScriptConsoleEnfScriptTab (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null) |
| void | ~ScriptConsoleEnfScriptTab () |
| static void | PrintS (string message) |
| static void | PrintS (bool message) |
| static void | PrintS (int message) |
| static void | PrintS (float message) |
| static void | PrintS (vector message) |
| static void | PrintS (Object message) |
| void | Add (string message, bool isReload=false) |
| protected void | Clear (bool clearFile=false) |
| protected void | ReloadScriptOutput () |
| void | HistoryBack () |
| void | HistoryForward () |
| protected void | RunEnscript () |
| protected void | ColorRunButton (bool success) |
| protected void | ResetRunButtonColor () |
| protected void | RunEnscriptServer () |
| protected void | EnscriptHistoryBack () |
| protected void | EnscriptHistoryForward () |
| override void | OnRPCEx (int rpc_type, ParamsReadContext ctx) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override bool | OnChange (Widget w, int x, int y, bool finished) |
| override void | Show (bool show, ScriptConsoleTabBase selectedHandler) |
Variables | |
| static protected ScriptConsoleEnfScriptTab | m_Instance |
| protected int | m_EnscriptHistoryRow |
| protected int | m_EnscriptHistoryRowServer |
| protected ref TStringArray | m_EnscriptConsoleHistory |
| protected ref TStringArray | m_EnscriptConsoleHistoryServer |
| protected PluginLocalEnscriptHistory | m_ModuleLocalEnscriptHistory |
| protected PluginLocalEnscriptHistoryServer | m_ModuleLocalEnscriptHistoryServer |
| protected MultilineEditBoxWidget | m_EnfScriptEdit |
| protected ButtonWidget | m_EnfScriptRun |
| protected ButtonWidget | m_EnfScriptClear |
| protected TextListboxWidget | m_ScriptOutputListbox |
| protected bool | m_AllowScriptOutput |
| protected int | m_RunColor |
| static ref TStringArray | m_ScriptOutputHistory = new TStringArray() |
| protected void Clear | ( | bool | clearFile = false | ) |
Referenced by CallQueue::Tick(), multiMap< Class K, Class V >::~multiMap(), and array< TimerBase >::~TimerQueue().
| protected void ColorRunButton | ( | bool | success | ) |
| override protected void EnscriptHistoryBack | ( | ) |
| override protected void EnscriptHistoryForward | ( | ) |
| void HistoryBack | ( | ) |
| void HistoryForward | ( | ) |
| override void OnRPCEx | ( | int | rpc_type, |
| ParamsReadContext | ctx | ||
| ) |
| override void OnSelected | ( | ) |
Referenced by OnSelectedRecipe().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| protected void ReloadScriptOutput | ( | ) |
| protected void ResetRunButtonColor | ( | ) |
| protected void RunEnscript | ( | ) |
| protected void RunEnscriptServer | ( | ) |
| void ScriptConsoleEnfScriptTab | ( | Widget | root, |
| ScriptConsole | console, | ||
| Widget | button, | ||
| ScriptConsoleTabBase | parent = null |
||
| ) |
References m_EnfScriptEdit, and m_EnscriptConsoleHistoryServer.
| override void Show | ( | bool | show, |
| ScriptConsoleTabBase | selectedHandler | ||
| ) |
| void ~ScriptConsoleEnfScriptTab | ( | ) |
References m_EnfScriptEdit, and m_EnscriptConsoleHistoryServer.
| protected bool m_AllowScriptOutput |
| protected ButtonWidget m_EnfScriptClear |
| protected MultilineEditBoxWidget m_EnfScriptEdit |
Referenced by ScriptConsoleEnfScriptTab(), and ~ScriptConsoleEnfScriptTab().
| protected ButtonWidget m_EnfScriptRun |
| protected ref TStringArray m_EnscriptConsoleHistory |
| protected ref TStringArray m_EnscriptConsoleHistoryServer |
Referenced by ScriptConsoleEnfScriptTab(), and ~ScriptConsoleEnfScriptTab().
| protected int m_EnscriptHistoryRow |
| protected int m_EnscriptHistoryRowServer |
|
static |
| protected PluginLocalEnscriptHistory m_ModuleLocalEnscriptHistory |
| protected PluginLocalEnscriptHistoryServer m_ModuleLocalEnscriptHistoryServer |
| protected int m_RunColor |
|
static |
| protected TextListboxWidget m_ScriptOutputListbox |