|
| 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) |
| |
Definition at line 1 of file scriptconsolegeneraltab.c.
◆ ScriptConsoleGeneralTab()
| void ScriptConsoleGeneralTab::ScriptConsoleGeneralTab |
( |
Widget | root, |
|
|
ScriptConsole | console, |
|
|
Widget | button, |
|
|
ScriptConsoleTabBase | parent = null ) |
|
protected |
◆ ~ScriptConsoleGeneralTab()
| void ScriptConsoleGeneralTab::~ScriptConsoleGeneralTab |
( |
| ) |
|
|
protected |
◆ GetCurrentLocationName()
| string ScriptConsoleGeneralTab::GetCurrentLocationName |
( |
| ) |
|
|
protected |
◆ GetCurrentLocationPos()
| vector ScriptConsoleGeneralTab::GetCurrentLocationPos |
( |
| ) |
|
|
protected |
◆ GetCurrentPositionData()
| void ScriptConsoleGeneralTab::GetCurrentPositionData |
( |
out LocationParams | data | ) |
|
|
protected |
◆ GetCurrentPositionIndex()
| int ScriptConsoleGeneralTab::GetCurrentPositionIndex |
( |
| ) |
|
|
protected |
◆ GetMapPos()
| vector ScriptConsoleGeneralTab::GetMapPos |
( |
| ) |
|
|
protected |
◆ Init()
| void ScriptConsoleGeneralTab::Init |
( |
| ) |
|
|
protected |
◆ IsCurrentPositionCustom()
| bool ScriptConsoleGeneralTab::IsCurrentPositionCustom |
( |
| ) |
|
|
protected |
◆ IsCurrentPositionValid()
| bool ScriptConsoleGeneralTab::IsCurrentPositionValid |
( |
| ) |
|
|
protected |
◆ IsLocationNameAvailable()
| bool ScriptConsoleGeneralTab::IsLocationNameAvailable |
( |
string | name | ) |
|
|
protected |
◆ LateInit()
| void ScriptConsoleGeneralTab::LateInit |
( |
| ) |
|
|
protected |
◆ OnChange()
| override bool ScriptConsoleGeneralTab::OnChange |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
bool | finished ) |
|
protected |
◆ OnClick()
| override bool ScriptConsoleGeneralTab::OnClick |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnDoubleClick()
| override bool ScriptConsoleGeneralTab::OnDoubleClick |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnItemSelected()
| override bool ScriptConsoleGeneralTab::OnItemSelected |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | row, |
|
|
int | column, |
|
|
int | oldRow, |
|
|
int | oldColumn ) |
|
protected |
◆ OnKeyDown()
| override bool ScriptConsoleGeneralTab::OnKeyDown |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | key ) |
|
protected |
◆ OnMouseButtonDown()
| override bool ScriptConsoleGeneralTab::OnMouseButtonDown |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnRPCEx()
◆ ProcessTeleportText()
| void ScriptConsoleGeneralTab::ProcessTeleportText |
( |
PlayerBase | player | ) |
|
|
protected |
◆ RefreshDateWidgets()
| void ScriptConsoleGeneralTab::RefreshDateWidgets |
( |
int | year, |
|
|
int | month, |
|
|
int | day, |
|
|
int | hour, |
|
|
int | minute ) |
|
protected |
◆ RefreshLocations()
| void ScriptConsoleGeneralTab::RefreshLocations |
( |
| ) |
|
|
protected |
◆ RefreshPlayerPosEditBoxes()
| void ScriptConsoleGeneralTab::RefreshPlayerPosEditBoxes |
( |
| ) |
|
|
protected |
◆ SetCameraDir()
| void ScriptConsoleGeneralTab::SetCameraDir |
( |
vector | dir | ) |
|
|
protected |
◆ SetDir()
| void ScriptConsoleGeneralTab::SetDir |
( |
vector | dir | ) |
|
|
protected |
◆ SetMapCameraPos()
| void ScriptConsoleGeneralTab::SetMapCameraPos |
( |
vector | pos | ) |
|
|
protected |
◆ SetMapPos()
| void ScriptConsoleGeneralTab::SetMapPos |
( |
vector | pos | ) |
|
|
protected |
◆ Teleport()
◆ TextToNumbersArray()
◆ Update()
| override void ScriptConsoleGeneralTab::Update |
( |
float | timeslice | ) |
|
|
protected |
◆ UpdateHudDebugSetting()
| void ScriptConsoleGeneralTab::UpdateHudDebugSetting |
( |
| ) |
|
|
protected |
◆ UpdateMousePos()
| void ScriptConsoleGeneralTab::UpdateMousePos |
( |
| ) |
|
|
protected |
◆ UpdateTime()
| void ScriptConsoleGeneralTab::UpdateTime |
( |
bool | slider_used | ) |
|
|
protected |
◆ DEBUG_MAP_ZOOM
| float ScriptConsoleGeneralTab::DEBUG_MAP_ZOOM = 1 |
|
staticprotected |
◆ m_ButtonCopyPos
| ButtonWidget ScriptConsoleGeneralTab::m_ButtonCopyPos |
|
protected |
◆ m_CameraCurDir
| TextWidget ScriptConsoleGeneralTab::m_CameraCurDir |
|
protected |
◆ m_CameraCurPos
| TextWidget ScriptConsoleGeneralTab::m_CameraCurPos |
|
protected |
◆ m_DateDay
| EditBoxWidget ScriptConsoleGeneralTab::m_DateDay |
|
protected |
◆ m_DateHour
| EditBoxWidget ScriptConsoleGeneralTab::m_DateHour |
|
protected |
◆ m_DateMinute
| EditBoxWidget ScriptConsoleGeneralTab::m_DateMinute |
|
protected |
◆ m_DateMonth
| EditBoxWidget ScriptConsoleGeneralTab::m_DateMonth |
|
protected |
◆ m_DateYear
| EditBoxWidget ScriptConsoleGeneralTab::m_DateYear |
|
protected |
◆ m_DebugMapWidget
| MapWidget ScriptConsoleGeneralTab::m_DebugMapWidget |
|
protected |
◆ m_Developer
| PluginDeveloper ScriptConsoleGeneralTab::m_Developer |
|
protected |
◆ m_DiagDrawButton
| ButtonWidget ScriptConsoleGeneralTab::m_DiagDrawButton |
|
protected |
◆ m_DiagDrawmodeTextListbox
| TextListboxWidget ScriptConsoleGeneralTab::m_DiagDrawmodeTextListbox |
|
protected |
◆ m_DiagToggleButton
| ButtonWidget ScriptConsoleGeneralTab::m_DiagToggleButton |
|
protected |
◆ m_DiagToggleTextListbox
| TextListboxWidget ScriptConsoleGeneralTab::m_DiagToggleTextListbox |
|
protected |
◆ m_FreeDebugCamera
| FreeDebugCamera ScriptConsoleGeneralTab::m_FreeDebugCamera |
|
protected |
◆ m_HelpTextListboxWidget
| TextListboxWidget ScriptConsoleGeneralTab::m_HelpTextListboxWidget |
|
protected |
◆ m_HudDCharAgents
| CheckBoxWidget ScriptConsoleGeneralTab::m_HudDCharAgents |
|
protected |
◆ m_HudDCharDebug
| CheckBoxWidget ScriptConsoleGeneralTab::m_HudDCharDebug |
|
protected |
◆ m_HudDCharLevels
| CheckBoxWidget ScriptConsoleGeneralTab::m_HudDCharLevels |
|
protected |
◆ m_HudDCharModifiers
| CheckBoxWidget ScriptConsoleGeneralTab::m_HudDCharModifiers |
|
protected |
◆ m_HudDCharStats
| CheckBoxWidget ScriptConsoleGeneralTab::m_HudDCharStats |
|
protected |
◆ m_HudDCharStomach
| CheckBoxWidget ScriptConsoleGeneralTab::m_HudDCharStomach |
|
protected |
◆ m_HudDFreeCamCross
| CheckBoxWidget ScriptConsoleGeneralTab::m_HudDFreeCamCross |
|
protected |
◆ m_HudDHealth
| CheckBoxWidget ScriptConsoleGeneralTab::m_HudDHealth |
|
protected |
◆ m_HudDHorticulture
| CheckBoxWidget ScriptConsoleGeneralTab::m_HudDHorticulture |
|
protected |
◆ m_HudDTemperature
| CheckBoxWidget ScriptConsoleGeneralTab::m_HudDTemperature |
|
protected |
◆ m_HudDVersion
| CheckBoxWidget ScriptConsoleGeneralTab::m_HudDVersion |
|
protected |
◆ m_InitialOpen
| bool ScriptConsoleGeneralTab::m_InitialOpen = true |
|
protected |
◆ m_LastEditDir
| vector ScriptConsoleGeneralTab::m_LastEditDir = vector.Zero |
|
staticprotected |
◆ m_LastEditPos
| vector ScriptConsoleGeneralTab::m_LastEditPos = vector.Zero |
|
staticprotected |
◆ m_LateInit
| ref Timer ScriptConsoleGeneralTab::m_LateInit = new Timer() |
|
protected |
◆ m_LocationAddButton
| ButtonWidget ScriptConsoleGeneralTab::m_LocationAddButton |
|
protected |
◆ m_LocationRemoveButton
| ButtonWidget ScriptConsoleGeneralTab::m_LocationRemoveButton |
|
protected |
◆ m_LogsEnabled
| CheckBoxWidget ScriptConsoleGeneralTab::m_LogsEnabled |
|
protected |
◆ m_MapPos
| vector ScriptConsoleGeneralTab::m_MapPos |
|
protected |
◆ m_MissionGameplay
| MissionGameplay ScriptConsoleGeneralTab::m_MissionGameplay |
|
protected |
◆ m_MouseCurPos
| TextWidget ScriptConsoleGeneralTab::m_MouseCurPos |
|
protected |
◆ m_PlayerCurDir
| TextWidget ScriptConsoleGeneralTab::m_PlayerCurDir |
|
protected |
◆ m_PlayerCurPos
| TextWidget ScriptConsoleGeneralTab::m_PlayerCurPos |
|
protected |
◆ m_PlayerDebugStats
◆ m_PlayerMouseDiff
| TextWidget ScriptConsoleGeneralTab::m_PlayerMouseDiff |
|
protected |
◆ m_PlayerPosRefreshBlocked
| bool ScriptConsoleGeneralTab::m_PlayerPosRefreshBlocked |
|
protected |
◆ m_PositionsListbox
| TextListboxWidget ScriptConsoleGeneralTab::m_PositionsListbox |
|
protected |
◆ m_ShowOthers
| CheckBoxWidget ScriptConsoleGeneralTab::m_ShowOthers |
|
protected |
◆ m_TeleportButton
| ButtonWidget ScriptConsoleGeneralTab::m_TeleportButton |
|
protected |
◆ m_TeleportHeading
| EditBoxWidget ScriptConsoleGeneralTab::m_TeleportHeading |
|
protected |
◆ m_TeleportXYZ
| EditBoxWidget ScriptConsoleGeneralTab::m_TeleportXYZ |
|
protected |
◆ m_TimeSlider
| SliderWidget ScriptConsoleGeneralTab::m_TimeSlider |
|
protected |
◆ m_UpdatePlayerPositions
| bool ScriptConsoleGeneralTab::m_UpdatePlayerPositions |
|
protected |
◆ NUMERIC_LETTERS
| const string ScriptConsoleGeneralTab::NUMERIC_LETTERS = "0123456789.-" |
|
protected |
◆ SHOW_OTHERS
| bool ScriptConsoleGeneralTab::SHOW_OTHERS = 0 |
|
staticprotected |
The documentation for this class was generated from the following file: