![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ScriptedWidgetEventHandler |
| map: item x vector(index, width, height) More... | |
| void ~PluginItemDiagnostic | ( | ) |
Definition at line 82 of file pluginitemdiagnostic.c.
References ClearProperties(), and m_ItemLine.
| void ClearProperties | ( | ) |
Definition at line 287 of file pluginitemdiagnostic.c.
References m_Properties.
Referenced by ~PluginItemDiagnostic(), and GeneratePropertiesObject().
| void ClearWidgets | ( | ) |
Definition at line 256 of file pluginitemdiagnostic.c.
References m_ClassNameWidget, m_DebugAgentListWidget, m_DebugFloatsProperListWidget, m_DebugOutputClient, m_DebugOutputServer, and m_ItemPreviewWidget.
Referenced by ToggleDebugWindowEvent().
| void DisplayAll | ( | EntityAI | item, |
| array< ref Param > | vars_server, | ||
| array< ref Param > | vars_client, | ||
| string | debug_text_server ) |
Definition at line 450 of file pluginitemdiagnostic.c.
References m_ClassNameWidget, m_DebugOutputClient, m_DebugOutputServer, m_ItemPreviewWidget, UpdateAgentWidget(), and UpdateNumericalVarsWidget().
Referenced by OnRPC().
| void FillAgentArray | ( | ParamsReadContext | ctx, |
| int | agents_count ) |
Definition at line 462 of file pluginitemdiagnostic.c.
References m_Agents, CachedObjectsParams::PARAM1_STRING, and Serializer::Read().
Referenced by OnRPC().
| void FillServerFinalVars | ( | int | count, |
| ParamsReadContext | ctx, | ||
| array< ref Param > | params ) |
Definition at line 376 of file pluginitemdiagnostic.c.
References Serializer::Read().
Referenced by OnRPC().
Definition at line 626 of file pluginitemdiagnostic.c.
Referenced by GetLocalProperties().
| void GeneratePropertiesObject | ( | EntityAI | item | ) |
Definition at line 292 of file pluginitemdiagnostic.c.
References ClearProperties(), GetLocalProperties(), and m_Properties.
Referenced by Tick().
Definition at line 512 of file pluginitemdiagnostic.c.
References Class::CastTo(), FillWithAgents(), Edible_Base::GetCookingTime(), Edible_Base::GetDecayDelta(), Edible_Base::GetDecayTimer(), and Edible_Base::GetFoodStage().
Referenced by GeneratePropertiesObject(), and OnRPC().
| Object GetWatchedItem | ( | PlayerBase | player | ) |
Definition at line 192 of file pluginitemdiagnostic.c.
References m_ObserversMap.
| void InitializeWidgets | ( | ) |
Definition at line 393 of file pluginitemdiagnostic.c.
References g_Game, m_ClassNameWidget, m_CloseButton, m_DebugAgentListWidget, m_DebugFloatsProperListWidget, m_DebugOutputClient, m_DebugOutputServer, m_DebugRootWidget, m_DistanceWidget, m_EventHandler, and m_ItemPreviewWidget.
Referenced by PluginItemDiagnostic().
| bool IsActive | ( | ) |
Definition at line 197 of file pluginitemdiagnostic.c.
References m_IsActive.
Definition at line 159 of file pluginitemdiagnostic.c.
References m_CloseButton, SetDragging(), ToggleDebugWindowEvent(), x, and y.
| void OnDraggingEnd | ( | ) |
Definition at line 149 of file pluginitemdiagnostic.c.
References m_ConfigDebugProfile, m_DebugRootWidget, and Vector().
Referenced by SetDragging().
| void OnDraggingStart | ( | ) |
Definition at line 139 of file pluginitemdiagnostic.c.
References GetMousePos(), m_DebugRootWidget, and m_DraggingOffset.
Referenced by SetDragging().
Definition at line 107 of file pluginitemdiagnostic.c.
References m_DebugRootWidget, m_Entity, SetDragging(), x, and y.
Definition at line 123 of file pluginitemdiagnostic.c.
References SetDragging(), x, and y.
| void OnRPC | ( | Object | entity, |
| ParamsReadContext | ctx ) |
Definition at line 318 of file pluginitemdiagnostic.c.
References DisplayAll(), FillAgentArray(), FillServerFinalVars(), g_Game, GetDayZGame(), GetLocalProperties(), IsActive(), m_DebugRootWidget, m_Entity, MENU_SCRIPTCONSOLE, CachedObjectsParams::PARAM1_INT, CachedObjectsParams::PARAM1_STRING, Serializer::Read(), and ShowWidgets().
| void OnScriptMenuOpened | ( | bool | opened | ) |
Definition at line 202 of file pluginitemdiagnostic.c.
References m_ScriptMenuOpened.
Definition at line 215 of file pluginitemdiagnostic.c.
References g_Game.
| override void OnUpdate | ( | float | delta_time | ) |
Definition at line 413 of file pluginitemdiagnostic.c.
References COLOR_BLUE, vector::Distance(), g_Game, GetMousePos(), m_DebugRootWidget, m_DistanceWidget, m_DraggingOffset, m_Entity, m_IsActive, m_IsDragging, m_ItemLine, m_ItemPreviewWidget, m_ScriptMenuOpened, Shape, float::ToString(), x, and y.
| void PluginItemDiagnostic | ( | ) |
Definition at line 74 of file pluginitemdiagnostic.c.
References InitializeWidgets(), and ShowWidgets().
Referenced by UIScriptedMenu::~ScriptConsole(), InventoryItem::OnAction(), ManBase::OnRPC(), PluginBase::OnRPCHealthSet(), UIScriptedMenu::ScriptConsole(), PluginBase::SendRPCHealth(), and PluginBase::SetDeveloperItemClientEx().
| void PrintOut | ( | ) |
Definition at line 503 of file pluginitemdiagnostic.c.
References Debug::Log(), Debug::LogArrayString(), and m_Agents.
| void RegisterDebugItem | ( | Object | item, |
| PlayerBase | player ) |
Definition at line 171 of file pluginitemdiagnostic.c.
References m_ObserversMap, and myTimer1.
| void ReleaseFocus | ( | ) |
Definition at line 223 of file pluginitemdiagnostic.c.
References g_Game.
| void SendRPC | ( | Object | item, |
| PlayerBase | player ) |
Definition at line 298 of file pluginitemdiagnostic.c.
References g_Game, m_Entity, and m_Properties.
| void SetDragging | ( | bool | enable | ) |
Definition at line 130 of file pluginitemdiagnostic.c.
References m_IsDragging, OnDraggingEnd(), and OnDraggingStart().
Referenced by OnClick(), OnMouseButtonDown(), OnMouseButtonUp(), and ToggleDebugWindowEvent().
| void ShowWidgets | ( | bool | show | ) |
Definition at line 207 of file pluginitemdiagnostic.c.
References m_DebugRootWidget, and m_IsActive.
| void StopWatchRequest | ( | PlayerBase | player | ) |
Definition at line 310 of file pluginitemdiagnostic.c.
References m_ObserversMap.
| void Tick | ( | ) |
Definition at line 266 of file pluginitemdiagnostic.c.
References GeneratePropertiesObject(), Debug::LogError(), m_ObserversMap, and SendRPC().
| void ToggleDebugWindowEvent | ( | ) |
Definition at line 236 of file pluginitemdiagnostic.c.
References CALL_CATEGORY_GUI, ClearWidgets(), g_Game, m_IsActive, ReleaseFocus(), SetDragging(), and ShowWidgets().
| void UpdateAgentWidget | ( | ) |
Definition at line 475 of file pluginitemdiagnostic.c.
References m_Agents, and m_DebugAgentListWidget.
Referenced by DisplayAll().
Definition at line 485 of file pluginitemdiagnostic.c.
References m_DebugFloatsProperListWidget, and name.
Referenced by DisplayAll().
Definition at line 48 of file pluginitemdiagnostic.c.
| TextWidget m_ClassNameWidget |
Definition at line 66 of file pluginitemdiagnostic.c.
Referenced by ClearWidgets(), DisplayAll(), and InitializeWidgets().
| ButtonWidget m_CloseButton |
Definition at line 69 of file pluginitemdiagnostic.c.
Referenced by InitializeWidgets(), and OnClick().
| PluginConfigDebugProfile m_ConfigDebugProfile |
Definition at line 58 of file pluginitemdiagnostic.c.
Referenced by DeleteWeatherPreset(), ManBase::Init(), UIPopupScript::OnClick(), OnDraggingEnd(), OnInit(), OnListItemSelected(), ReloadWeatherPresetsList(), and SaveWeatherPreset().
| TextListboxWidget m_DebugAgentListWidget |
Definition at line 61 of file pluginitemdiagnostic.c.
Referenced by ClearWidgets(), InitializeWidgets(), and UpdateAgentWidget().
| TextListboxWidget m_DebugClientVarsWidget |
Definition at line 65 of file pluginitemdiagnostic.c.
| TextListboxWidget m_DebugFloatsProperListWidget |
Definition at line 64 of file pluginitemdiagnostic.c.
Referenced by ClearWidgets(), InitializeWidgets(), and UpdateNumericalVarsWidget().
| TextWidget m_DebugOutputClient |
Definition at line 63 of file pluginitemdiagnostic.c.
Referenced by ClearWidgets(), DisplayAll(), and InitializeWidgets().
| TextWidget m_DebugOutputServer |
Definition at line 62 of file pluginitemdiagnostic.c.
Referenced by ClearWidgets(), DisplayAll(), and InitializeWidgets().
| Widget m_DebugRootWidget |
Definition at line 60 of file pluginitemdiagnostic.c.
Referenced by InitializeWidgets(), OnDraggingEnd(), OnDraggingStart(), OnInit(), OnMouseButtonDown(), OnRPC(), OnUpdate(), and ShowWidgets().
| TextWidget m_DistanceWidget |
Definition at line 67 of file pluginitemdiagnostic.c.
| vector m_DraggingOffset |
Definition at line 72 of file pluginitemdiagnostic.c.
Referenced by OnDraggingStart(), and OnUpdate().
| class PluginItemDiagnosticEventHandler extends ScriptedWidgetEventHandler m_Entity |
| ref PluginItemDiagnosticEventHandler m_EventHandler |
Definition at line 56 of file pluginitemdiagnostic.c.
Referenced by InitializeWidgets().
Definition at line 49 of file pluginitemdiagnostic.c.
| bool m_IsActive = false |
Definition at line 53 of file pluginitemdiagnostic.c.
| bool m_IsDragging |
Definition at line 57 of file pluginitemdiagnostic.c.
Referenced by OnUpdate(), and SetDragging().
| Shape m_ItemLine |
Definition at line 71 of file pluginitemdiagnostic.c.
Referenced by ~PluginItemDiagnostic(), and OnUpdate().
| ItemPreviewWidget m_ItemPreviewWidget |
Definition at line 68 of file pluginitemdiagnostic.c.
Referenced by ClearWidgets(), DisplayAll(), InitializeWidgets(), and OnUpdate().
| string m_NoteClient |
Definition at line 55 of file pluginitemdiagnostic.c.
| ref map<PlayerBase,Object> m_ObserversMap = new map<PlayerBase,Object> |
Definition at line 47 of file pluginitemdiagnostic.c.
Referenced by GetWatchedItem(), RegisterDebugItem(), StopWatchRequest(), and Tick().
Definition at line 52 of file pluginitemdiagnostic.c.
Referenced by ClearProperties(), GeneratePropertiesObject(), and SendRPC().
| bool m_ScriptMenuOpened |
Definition at line 54 of file pluginitemdiagnostic.c.
Referenced by OnScriptMenuOpened(), and OnUpdate().
Definition at line 51 of file pluginitemdiagnostic.c.
Definition at line 50 of file pluginitemdiagnostic.c.
| ref Timer myTimer1 |
Definition at line 46 of file pluginitemdiagnostic.c.
Referenced by RegisterDebugItem().