![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | DebugBBoxDelete () |
| override void | DebugBBoxDelete () |
| Shape | DebugBBoxDraw () |
| override Shape | DebugBBoxDraw () |
| void | DebugBBoxSetColor (int color) |
| override void | DebugBBoxSetColor (int color) |
| void | DebugDirectionDelete () |
| override void | DebugDirectionDelete () |
| Shape | DebugDirectionDraw (float distance=1) |
| override Shape | DebugDirectionDraw (float distance=1) |
| void | DebugDirectionSetColor (int color) |
| void | Event_OnAwake () |
| void | Event_OnFrame (IEntity other, float timeSlice) |
| void | Event_OnInit () |
| void | Event_OnItemAttached (EntityAI item, string slot_name) |
| void | Event_OnItemDetached (EntityAI item, string slot_name) |
| string | GetCompName () |
| int | GetCompType () |
| void | LogThis (string msg, string fnc_name="n/a") |
| void | LogThisError (string msg, string fnc_name="n/a") |
| void | LogThisWarning (string msg, string fnc_name="n/a") |
| void | OnDrawing () |
| void | SetParentEntityAI (EntityAI e) |
Static Protected Member Functions | |
| static string | GetNameByType (int comp_type) |
| static void | Init () |
| static bool | IsTypeExist (int comp_type) |
| static void | LogErrorBadCompType (int comp_type, string fnc_name) |
| static void | LogWarningAlredyExist (int comp_type, string fnc_name) |
Protected Attributes | |
| Shape | m_DebugShapeBBox |
| Shape | m_DebugShapeDirection |
| float | m_DebugShapeDirectionDist |
| EntityAI | m_ThisEntityAI |
Static Private Attributes | |
| static string | m_CompNames [COMP_TYPE_COUNT] |
Definition at line 15 of file component.c.
|
protected |
|
inlineprotected |
Definition at line 42 of file componententitydebug.c.
References CALL_CATEGORY_GUI, g_Game, m_DebugShapeBBox, m_DebugShapeDirection, and OnDrawing().
|
inlineprotected |
Definition at line 9 of file componententitydebug.c.
References CALL_CATEGORY_GUI, Debug::DrawBox(), g_Game, m_DebugShapeBBox, m_ThisEntityAI, OnDrawing(), and Shape.
|
protected |
|
inlineprotected |
Definition at line 33 of file componententitydebug.c.
References m_DebugShapeBBox.
|
protected |
|
inlineprotected |
Definition at line 84 of file componententitydebug.c.
References CALL_CATEGORY_GUI, g_Game, m_DebugShapeBBox, m_DebugShapeDirection, and OnDrawing().
Definition at line 61 of file componententitydebug.c.
References CALL_CATEGORY_GUI, Debug::DrawArrow(), g_Game, m_DebugShapeDirection, m_DebugShapeDirectionDist, m_ThisEntityAI, OnDrawing(), and Shape.
|
protected |
|
inlineprotected |
Definition at line 102 of file component.c.
Referenced by ComponentsBank::CreateComponent().
|
inlineprotected |
Definition at line 110 of file component.c.
Referenced by ComponentsBank::CreateComponent().
Definition at line 158 of file component.c.
References LogThis().
Definition at line 167 of file component.c.
References LogThis().
|
inlineprotected |
Definition at line 142 of file component.c.
References GetCompType(), and GetNameByType().
Referenced by LogThisError(), and LogThisWarning().
|
inlineprotected |
Definition at line 150 of file component.c.
Referenced by GetCompName().
Definition at line 48 of file component.c.
References IsTypeExist(), LogErrorBadCompType(), and m_CompNames.
Referenced by ComponentsBank::CreateComponent(), GetCompName(), and LogWarningAlredyExist().
|
inlinestaticprotected |
Definition at line 37 of file component.c.
References COMP_TYPE_ANIMAL_BLEEDING, COMP_TYPE_BODY_STAGING, COMP_TYPE_ENERGY_MANAGER, COMP_TYPE_ETITY_DEBUG, and m_CompNames.
Referenced by CGame::DayZGame().
Definition at line 62 of file component.c.
References COMP_TYPE_COUNT.
Referenced by ComponentsBank::CreateComponent(), ComponentsBank::GetComponent(), and GetNameByType().
Definition at line 76 of file component.c.
References COMP_TYPE_COUNT, Debug::LogError(), and ToString().
Referenced by ComponentsBank::CreateComponent(), ComponentsBank::GetComponent(), and GetNameByType().
Definition at line 118 of file component.c.
Referenced by Event_OnItemAttached(), and Event_OnItemDetached().
Definition at line 134 of file component.c.
References GetCompName(), Debug::LogError(), and m_ThisEntityAI.
Definition at line 126 of file component.c.
References GetCompName(), Debug::LogWarning(), and m_ThisEntityAI.
Definition at line 85 of file component.c.
References GetNameByType(), and Debug::LogError().
Referenced by ComponentsBank::CreateComponent().
|
inlineprotected |
Definition at line 102 of file componententitydebug.c.
References m_DebugShapeBBox, m_DebugShapeDirection, and m_ThisEntityAI.
Referenced by DebugBBoxDelete(), DebugBBoxDraw(), DebugDirectionDelete(), and DebugDirectionDraw().
|
inlineprotected |
Definition at line 94 of file component.c.
References m_ThisEntityAI.
Referenced by ComponentsBank::CreateComponent().
|
staticprivate |
Definition at line 20 of file component.c.
Referenced by GetNameByType(), and Init().
|
protected |
Definition at line 4 of file componententitydebug.c.
Referenced by DebugBBoxDelete(), DebugBBoxDraw(), DebugBBoxSetColor(), DebugDirectionDelete(), and OnDrawing().
|
protected |
Definition at line 5 of file componententitydebug.c.
Referenced by DebugBBoxDelete(), DebugDirectionDelete(), DebugDirectionDraw(), and OnDrawing().
|
protected |
Definition at line 6 of file componententitydebug.c.
Referenced by DebugDirectionDraw().
|
protected |
Definition at line 24 of file component.c.
Referenced by ComponentAnimalBleeding::Bleed(), ComponentEnergyManager::CanBePluggedInto(), ComponentEnergyManager::CanReceivePlugFrom(), ComponentEnergyManager::CanWork(), ComponentEnergyManager::CheckWetness(), ComponentEnergyManager::ConsumeEnergy(), DebugBBoxDraw(), DebugDirectionDraw(), ComponentEnergyManager::DebugUpdate(), ComponentEnergyManager::DeviceUpdate(), ComponentEnergyManager::Event_OnAwake(), ComponentEnergyManager::Event_OnInit(), ComponentEnergyManager::FindAndConsumeEnergy(), ComponentEnergyManager::GetEnergyMax(), ComponentEnergyManager::GetThisEntityAI(), ComponentAnimalBleeding::InflictWoundDamage(), LogThisError(), LogThisWarning(), ComponentEnergyManager::OnAttachmentAdded(), ComponentEnergyManager::OnDeviceDestroyed(), OnDrawing(), ComponentEnergyManager::OnEnergyAdded(), ComponentEnergyManager::OnEnergyConsumed(), ComponentEnergyManager::OnInteractBranch(), ComponentEnergyManager::OnIsPlugged(), ComponentEnergyManager::OnIsUnplugged(), ComponentEnergyManager::OnOwnSocketReleased(), ComponentEnergyManager::OnOwnSocketTaken(), ComponentEnergyManager::OnWork(), ComponentEnergyManager::PlugInDevice(), ComponentEnergyManager::PlugThisInto(), ComponentEnergyManager::ResetEnergyUsage(), ComponentEnergyManager::SetEnergy(), SetParentEntityAI(), ComponentEnergyManager::SwitchOff(), ComponentEnergyManager::SwitchOn(), ComponentEnergyManager::Synch(), ComponentBodyStaging::SynchSkinnedState(), ComponentEnergyManager::UnplugCordFromSocket(), ComponentEnergyManager::UnplugDevice(), ComponentEnergyManager::UnplugThis(), ComponentEnergyManager::UpdateCanWork(), ComponentEnergyManager::UpdatePlugState(), ComponentEnergyManager::UpdateSelections(), and ComponentEnergyManager::UpdateSocketSelections().