class ScriptConsoleEnfScriptTabSource
ScriptConsoleEnfScriptServerTab › ScriptConsoleEnfScriptTab › ScriptConsoleTabBase
All members, including inherited
Constructors 2
void ScriptConsoleEnfScriptTab(Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent = null)References Class.Cast(), Class.Cast(), Class.Cast()
Show 17 more
, Class.Cast(), Class.Cast(), Widget.FindAnyWidget(), PluginLocalHistoryBase.GetAllLines(), PluginLocalHistoryBase.GetAllLines(), Widget.GetColor(), GetPlugin(), m_EnfScriptClear, m_EnfScriptEdit, m_EnfScriptRun, m_EnscriptConsoleHistory, m_EnscriptConsoleHistoryServer, m_Instance, m_ModuleLocalEnscriptHistory, m_ModuleLocalEnscriptHistoryServer, m_RunColor, and m_ScriptOutputListboxReferenced by ScriptConsole.Init()
void ~ScriptConsoleEnfScriptTab()References m_Instance
Members 14
protected static ScriptConsoleEnfScriptTab m_Instanceprotected int m_EnscriptHistoryRowprotected int m_EnscriptHistoryRowServerprotected ref TStringArray m_EnscriptConsoleHistoryReferenced by EnscriptHistoryBack(), EnscriptHistoryForward(), OnSelected()
Show 2 more
, RunEnscript(), and ScriptConsoleEnfScriptTab()protected ref TStringArray m_EnscriptConsoleHistoryServerprotected PluginLocalEnscriptHistory m_ModuleLocalEnscriptHistoryprotected PluginLocalEnscriptHistoryServer m_ModuleLocalEnscriptHistoryServerprotected MultilineEditBoxWidget m_EnfScriptEditprotected ButtonWidget m_EnfScriptRunReferenced by ScriptConsoleEnfScriptServerTab.OnClick(), ColorRunButton(), OnClick()
Show 2 more
, ResetRunButtonColor(), and ScriptConsoleEnfScriptTab()protected ButtonWidget m_EnfScriptClearprotected TextListboxWidget m_ScriptOutputListboxReferenced by ScriptConsoleEnfScriptServerTab.OnClick(), Add(), Clear()
Show 3 more
, OnClick(), ReloadScriptOutput(), and ScriptConsoleEnfScriptTab()protected bool m_AllowScriptOutputprotected int m_RunColorstatic ref TStringArray m_ScriptOutputHistory = new TStringArray()Referenced by ScriptConsoleEnfScriptServerTab.OnClick(), Add(), OnClick()
Show 1 more
, ReloadScriptOutput()Methods 22
override void OnSelected()References array.Count(), array.Get(), array.IsValidIndex()
Show 5 more
, ReloadScriptOutput(), TextWidget.SetText(), m_EnfScriptEdit, m_EnscriptConsoleHistory, and m_EnscriptHistoryRowstatic void PrintS(string message)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)References vector.ToString()
static void PrintS(Object message)References Class.ToString()
protected void Clear(bool clearFile = false)protected void ReloadScriptOutput()References Add(), BaseListboxWidget.ClearItems(), m_AllowScriptOutput
Show 2 more
, m_ScriptOutputHistory, and m_ScriptOutputListboxvoid HistoryBack()References EnscriptHistoryBack()
Referenced by DispatcherCaller.ScriptConsoleHistoryBack()
void HistoryForward()References EnscriptHistoryForward()
Referenced by DispatcherCaller.ScriptConsoleHistoryForward()
protected void RunEnscript()Referenced by OnClick()
protected void ColorRunButton(bool success)References ARGB(), ScriptCallQueue.CallLater(), DayZGame.GetCallQueue()
Show 2 more
, Widget.SetColor(), and m_EnfScriptRunprotected void ResetRunButtonColor()protected void RunEnscriptServer()Referenced by ScriptConsoleEnfScriptServerTab.OnClick()
protected void EnscriptHistoryBack()References array.Count(), array.Get(), TextWidget.SetText()
Show 3 more
, m_EnfScriptEdit, m_EnscriptConsoleHistory, and m_EnscriptHistoryRowReferenced by HistoryBack()
protected void EnscriptHistoryForward()References array.Count(), array.Get(), TextWidget.SetText()
Show 3 more
, m_EnfScriptEdit, m_EnscriptConsoleHistory, and m_EnscriptHistoryRowReferenced by HistoryForward()
override void OnRPCEx(int rpc_type, ParamsReadContext ctx)References ColorRunButton(), ScriptConsoleTabBase.OnRPCEx(), Serializer.Read()
Show 1 more
, CachedObjectsParams.PARAM1_BOOLReferences array.Clear(), BaseListboxWidget.ClearItems(), ScriptConsoleTabBase.OnClick()
Show 5 more
, RunEnscript(), m_EnfScriptClear, m_EnfScriptRun, m_ScriptOutputHistory, and m_ScriptOutputListboxReferences ScriptConsoleTabBase.OnChange()
override void Show(bool show, ScriptConsoleTabBase selectedHandler)