![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | ScriptConsoleEnfScriptTab (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null) |
| void | ~ScriptConsoleEnfScriptTab () |
| void | Add (string message, bool isReload=false) |
| void | Clear (bool clearFile=false) |
| void | ColorRunButton (bool success) |
| void | EnscriptHistoryBack () |
| void | EnscriptHistoryForward () |
| void | HistoryBack () |
| void | HistoryForward () |
| override bool | OnChange (Widget w, int x, int y, bool finished) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override void | OnRPCEx (int rpc_type, ParamsReadContext ctx) |
| override void | OnSelected () |
| void | ReloadScriptOutput () |
| void | ResetRunButtonColor () |
| void | RunEnscript () |
| void | RunEnscriptServer () |
| override void | Show (bool show, ScriptConsoleTabBase selectedHandler) |
Static Protected Member Functions | |
| static void | PrintS (bool message) |
| static void | PrintS (float message) |
| static void | PrintS (int message) |
| static void | PrintS (Object message) |
| static void | PrintS (string message) |
| static void | PrintS (vector message) |
Protected Attributes | |
| bool | m_AllowScriptOutput |
| ButtonWidget | m_EnfScriptClear |
| MultilineEditBoxWidget | m_EnfScriptEdit |
| ButtonWidget | m_EnfScriptRun |
| ref TStringArray | m_EnscriptConsoleHistory |
| ref TStringArray | m_EnscriptConsoleHistoryServer |
| int | m_EnscriptHistoryRow |
| int | m_EnscriptHistoryRowServer |
| PluginLocalEnscriptHistory | m_ModuleLocalEnscriptHistory |
| PluginLocalEnscriptHistoryServer | m_ModuleLocalEnscriptHistoryServer |
| int | m_RunColor |
| TextListboxWidget | m_ScriptOutputListbox |
Static Protected Attributes | |
| static ScriptConsoleEnfScriptTab | m_Instance |
| static ref TStringArray | m_ScriptOutputHistory = new TStringArray() |
Definition at line 1 of file scriptconsoleenfscripttab.c.
|
inlineprotected |
Definition at line 19 of file scriptconsoleenfscripttab.c.
References ScriptConsoleTabBase::ScriptConsoleTabBase(), GetPlugin(), m_EnfScriptClear, m_EnfScriptEdit, m_EnfScriptRun, m_EnscriptConsoleHistory, m_EnscriptConsoleHistoryServer, m_Instance, m_ModuleLocalEnscriptHistory, m_ModuleLocalEnscriptHistoryServer, m_RunColor, and m_ScriptOutputListbox.
Referenced by OnSelected(), and Show().
|
inlineprotected |
Definition at line 33 of file scriptconsoleenfscripttab.c.
References m_Instance.
Definition at line 82 of file scriptconsoleenfscripttab.c.
References Empty, m_AllowScriptOutput, m_ScriptOutputHistory, m_ScriptOutputListbox, and String().
Referenced by ReloadScriptOutput(), and Dispatcher::ScriptConsoleAddPrint().
|
inlineprotected |
Definition at line 96 of file scriptconsoleenfscripttab.c.
References Debug::ClearLogs(), and m_ScriptOutputListbox.
|
inlineprotected |
Definition at line 146 of file scriptconsoleenfscripttab.c.
References ARGB(), CALL_CATEGORY_SYSTEM, g_Game, m_EnfScriptRun, and ResetRunButtonColor().
Referenced by OnRPCEx(), and RunEnscript().
|
inlineprotected |
Definition at line 174 of file scriptconsoleenfscripttab.c.
References m_EnfScriptEdit, m_EnscriptConsoleHistory, and m_EnscriptHistoryRow.
Referenced by HistoryBack().
|
inlineprotected |
Definition at line 190 of file scriptconsoleenfscripttab.c.
References m_EnfScriptEdit, m_EnscriptConsoleHistory, and m_EnscriptHistoryRow.
Referenced by HistoryForward().
|
inlineprotected |
Definition at line 116 of file scriptconsoleenfscripttab.c.
References EnscriptHistoryBack().
Referenced by Dispatcher::ScriptConsoleHistoryBack().
|
inlineprotected |
Definition at line 122 of file scriptconsoleenfscripttab.c.
References EnscriptHistoryForward().
Referenced by Dispatcher::ScriptConsoleHistoryForward().
Definition at line 241 of file scriptconsoleenfscripttab.c.
Definition at line 223 of file scriptconsoleenfscripttab.c.
References m_EnfScriptClear, m_EnfScriptRun, m_ScriptOutputHistory, m_ScriptOutputListbox, RunEnscript(), x, and y.
|
inlineprotected |
Definition at line 205 of file scriptconsoleenfscripttab.c.
References ColorRunButton(), CachedObjectsParams::PARAM1_BOOL, and Serializer::Read().
|
inlineprotected |
Definition at line 38 of file scriptconsoleenfscripttab.c.
References m_EnfScriptEdit, m_EnscriptConsoleHistory, m_EnscriptHistoryRow, and ReloadScriptOutput().
|
inlinestaticprotected |
Definition at line 56 of file scriptconsoleenfscripttab.c.
References PrintS(), and bool::ToString().
|
inlinestaticprotected |
Definition at line 66 of file scriptconsoleenfscripttab.c.
References PrintS(), and float::ToString().
|
inlinestaticprotected |
Definition at line 61 of file scriptconsoleenfscripttab.c.
References PrintS().
|
inlinestaticprotected |
Definition at line 76 of file scriptconsoleenfscripttab.c.
References PrintS().
|
inlinestaticprotected |
Definition at line 49 of file scriptconsoleenfscripttab.c.
References m_Instance, and Print().
Referenced by PrintS(), PrintS(), PrintS(), PrintS(), and PrintS().
|
inlinestaticprotected |
Definition at line 71 of file scriptconsoleenfscripttab.c.
References PrintS(), and vector::ToString().
|
inlineprotected |
Definition at line 105 of file scriptconsoleenfscripttab.c.
References Add(), m_AllowScriptOutput, m_ScriptOutputHistory, and m_ScriptOutputListbox.
Referenced by OnSelected().
|
inlineprotected |
Definition at line 159 of file scriptconsoleenfscripttab.c.
References m_EnfScriptRun, and m_RunColor.
Referenced by ColorRunButton().
|
inlineprotected |
Definition at line 127 of file scriptconsoleenfscripttab.c.
References _player, ColorRunButton(), g_Game, m_AllowScriptOutput, m_EnfScriptEdit, m_EnscriptConsoleHistory, m_ModuleLocalEnscriptHistory, and string::Replace().
Referenced by OnClick().
|
inlineprotected |
Definition at line 164 of file scriptconsoleenfscripttab.c.
References g_Game, m_EnfScriptEdit, m_EnscriptConsoleHistoryServer, m_ModuleLocalEnscriptHistoryServer, and CachedObjectsParams::PARAM1_STRING.
|
inlineprotected |
Definition at line 248 of file scriptconsoleenfscripttab.c.
References ScriptConsoleEnfScriptTab(), ScriptConsoleTabBase::ScriptConsoleTabBase(), and ScriptConsoleTabBase::m_Root.
|
protected |
Definition at line 14 of file scriptconsoleenfscripttab.c.
Referenced by Add(), ReloadScriptOutput(), and RunEnscript().
|
protected |
Definition at line 12 of file scriptconsoleenfscripttab.c.
Referenced by ScriptConsoleEnfScriptTab(), and OnClick().
|
protected |
Definition at line 10 of file scriptconsoleenfscripttab.c.
Referenced by ScriptConsoleEnfScriptTab(), EnscriptHistoryBack(), EnscriptHistoryForward(), OnSelected(), RunEnscript(), and RunEnscriptServer().
|
protected |
Definition at line 11 of file scriptconsoleenfscripttab.c.
Referenced by ScriptConsoleEnfScriptTab(), ColorRunButton(), OnClick(), and ResetRunButtonColor().
|
protected |
Definition at line 6 of file scriptconsoleenfscripttab.c.
Referenced by ScriptConsoleEnfScriptTab(), EnscriptHistoryBack(), EnscriptHistoryForward(), OnSelected(), and RunEnscript().
|
protected |
Definition at line 7 of file scriptconsoleenfscripttab.c.
Referenced by ScriptConsoleEnfScriptTab(), and RunEnscriptServer().
|
protected |
Definition at line 4 of file scriptconsoleenfscripttab.c.
Referenced by EnscriptHistoryBack(), EnscriptHistoryForward(), and OnSelected().
|
protected |
Definition at line 5 of file scriptconsoleenfscripttab.c.
|
staticprotected |
Definition at line 3 of file scriptconsoleenfscripttab.c.
Referenced by ScriptConsoleEnfScriptTab(), ~ScriptConsoleEnfScriptTab(), and PrintS().
|
protected |
Definition at line 8 of file scriptconsoleenfscripttab.c.
Referenced by ScriptConsoleEnfScriptTab(), and RunEnscript().
|
protected |
Definition at line 9 of file scriptconsoleenfscripttab.c.
Referenced by ScriptConsoleEnfScriptTab(), and RunEnscriptServer().
|
protected |
Definition at line 15 of file scriptconsoleenfscripttab.c.
Referenced by ScriptConsoleEnfScriptTab(), and ResetRunButtonColor().
|
staticprotected |
Definition at line 17 of file scriptconsoleenfscripttab.c.
Referenced by Add(), OnClick(), and ReloadScriptOutput().
|
protected |
Definition at line 13 of file scriptconsoleenfscripttab.c.
Referenced by ScriptConsoleEnfScriptTab(), Add(), Clear(), OnClick(), and ReloadScriptOutput().