DIFF

class ScriptConsoleEnfScriptTabSource

ScriptConsoleEnfScriptServerTab ScriptConsoleEnfScriptTab ScriptConsoleTabBase

All members, including inherited

Constructors 2

void ~ScriptConsoleEnfScriptTab()
References m_Instance

Members 14

protected int m_EnscriptHistoryRow
protected ref TStringArray m_EnscriptConsoleHistory
protected PluginLocalEnscriptHistory m_ModuleLocalEnscriptHistory
protected PluginLocalEnscriptHistoryServer m_ModuleLocalEnscriptHistoryServer
protected TextListboxWidget m_ScriptOutputListbox
protected bool m_AllowScriptOutput
protected int m_RunColor
static ref TStringArray m_ScriptOutputHistory = new TStringArray()

Methods 22

static void PrintS(string message)
References Add(), Print(), and m_Instance
static void PrintS(bool message)
References bool.ToString()
static void PrintS(int message)
References int.ToString()
static void PrintS(float message)
References float.ToString()
static void PrintS(vector message)
static void PrintS(Object message)
References Class.ToString()
protected void Clear(bool clearFile = false)
protected void ReloadScriptOutput()
void HistoryBack()
void HistoryForward()
protected void ColorRunButton(bool success)
Referenced by OnRPCEx(), and RunEnscript()
protected void ResetRunButtonColor()
protected void EnscriptHistoryBack()
Referenced by HistoryBack()
protected void EnscriptHistoryForward()
Referenced by HistoryForward()
override void OnRPCEx(int rpc_type, ParamsReadContext ctx)
override bool OnChange(Widget w, int x, int y, bool finished)
override void Show(bool show, ScriptConsoleTabBase selectedHandler)