|
| void | ScriptConsoleGeneralTab (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null) |
| |
| void | ~ScriptConsoleGeneralTab () |
| |
| void | Init () |
| |
| void | RefreshDateWidgets (int year, int month, int day, int hour, int minute) |
| |
| bool | IsLocationNameAvailable (string name) |
| |
| void | LateInit () |
| |
| void | Teleport (PlayerBase player, vector position) |
| |
| void | ProcessTeleportText (PlayerBase player) |
| |
| array< float > | TextToNumbersArray (string text) |
| |
| void | RefreshLocations () |
| |
| string | GetCurrentLocationName () |
| |
| vector | GetCurrentLocationPos () |
| |
| void | GetCurrentPositionData (out LocationParams data) |
| |
| bool | IsCurrentPositionCustom () |
| |
| int | GetCurrentPositionIndex () |
| |
| bool | IsCurrentPositionValid () |
| |
| void | UpdateHudDebugSetting () |
| |
| void | RefreshPlayerPosEditBoxes () |
| |
| void | UpdateTime (bool slider_used) |
| |
| void | UpdateMousePos () |
| |
| void | SetMapPos (vector pos) |
| |
| void | SetMapCameraPos (vector pos) |
| |
| void | SetDir (vector dir) |
| |
| void | SetCameraDir (vector dir) |
| |
| vector | GetMapPos () |
| |
| override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
| |
| override bool | OnKeyDown (Widget w, int x, int y, int key) |
| |
| override bool | OnChange (Widget w, int x, int y, bool finished) |
| |
| override bool | OnItemSelected (Widget w, int x, int y, int row, int column, int oldRow, int oldColumn) |
| |
| override bool | OnDoubleClick (Widget w, int x, int y, int button) |
| |
| override bool | OnClick (Widget w, int x, int y, int button) |
| |
| override void | OnRPCEx (int rpc_type, ParamsReadContext ctx) |
| |
| override void | Update (float timeslice) |
| |
|
| void | ScriptConsoleTabBase (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null) |
| |
| void | Init (int id) |
| |
| int | GetID () |
| |
| Widget | GetRoot () |
| |
| bool | IsSelected () |
| |
| void | Select (bool select, ScriptConsoleTabBase selectedHandler) |
| |
| void | OnSelected () |
| |
| void | Show (bool show, ScriptConsoleTabBase selectedHandler) |
| |
| Widget | GetButton () |
| |
| void | Update (float timeslice) |
| |
| bool | OnChange (Widget w, int x, int y, bool finished) |
| |
| bool | OnClick (Widget w, int x, int y, int button) |
| |
| bool | OnItemSelected (Widget w, int x, int y, int row, int column, int oldRow, int oldColumn) |
| |
| bool | OnKeyDown (Widget w, int x, int y, int key) |
| |
| bool | OnDoubleClick (Widget w, int x, int y, int button) |
| |
| void | OnRPCEx (int rpc_type, ParamsReadContext ctx) |
| |
| bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
| |
| bool | OnKeyPress (Widget w, int x, int y, int key) |
| |
| bool | OnMouseEnter (Widget w, int x, int y) |
| |
| bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| |
| void | AddItemToClipboard (TextListboxWidget text_listbox_widget) |
| |
| int | m_Id |
| |
| bool | m_IsSelected |
| |
| bool | m_IsShiftDown |
| |
| Widget | m_ParentRoot |
| |
| Widget | m_Root |
| |
| Widget | m_Button |
| |
| ScriptConsole | m_ScriptConsole |
| |
| ScriptConsoleTabBase | m_Parent |
| |
| PluginConfigDebugProfile | m_ConfigDebugProfile |
| |
| PluginConfigDebugProfileFixed | m_ConfigDebugProfileFixed |
| |
См. определение в файле ScriptConsoleGeneralTab.c строка 1