Definition at line 15 of file component.c.
◆ DebugBBoxDelete() [1/2]
| void Component::DebugBBoxDelete |
( |
| ) |
|
|
protected |
◆ DebugBBoxDelete() [2/2]
| override void Component::DebugBBoxDelete |
( |
| ) |
|
|
protected |
◆ DebugBBoxDraw() [1/2]
| Shape Component::DebugBBoxDraw |
( |
| ) |
|
|
protected |
◆ DebugBBoxDraw() [2/2]
| override Shape Component::DebugBBoxDraw |
( |
| ) |
|
|
protected |
◆ DebugBBoxSetColor() [1/2]
| void Component::DebugBBoxSetColor |
( |
int | color | ) |
|
|
protected |
◆ DebugBBoxSetColor() [2/2]
| override void Component::DebugBBoxSetColor |
( |
int | color | ) |
|
|
protected |
◆ DebugDirectionDelete() [1/2]
| void Component::DebugDirectionDelete |
( |
| ) |
|
|
protected |
◆ DebugDirectionDelete() [2/2]
| override void Component::DebugDirectionDelete |
( |
| ) |
|
|
protected |
◆ DebugDirectionDraw() [1/2]
| Shape Component::DebugDirectionDraw |
( |
float | distance = 1 | ) |
|
|
protected |
◆ DebugDirectionDraw() [2/2]
| override Shape Component::DebugDirectionDraw |
( |
float | distance = 1 | ) |
|
|
protected |
◆ DebugDirectionSetColor()
| void Component::DebugDirectionSetColor |
( |
int | color | ) |
|
|
protected |
◆ Event_OnAwake()
| void Component::Event_OnAwake |
( |
| ) |
|
|
protected |
◆ Event_OnFrame()
| void Component::Event_OnFrame |
( |
IEntity | other, |
|
|
float | timeSlice ) |
|
protected |
◆ Event_OnInit()
| void Component::Event_OnInit |
( |
| ) |
|
|
protected |
◆ Event_OnItemAttached()
| void Component::Event_OnItemAttached |
( |
EntityAI | item, |
|
|
string | slot_name ) |
|
protected |
◆ Event_OnItemDetached()
| void Component::Event_OnItemDetached |
( |
EntityAI | item, |
|
|
string | slot_name ) |
|
protected |
◆ GetCompName()
| string Component::GetCompName |
( |
| ) |
|
|
protected |
◆ GetCompType()
| int Component::GetCompType |
( |
| ) |
|
|
protected |
◆ GetNameByType()
| static string Component::GetNameByType |
( |
int | comp_type | ) |
|
|
staticprotected |
◆ Init()
| static void Component::Init |
( |
| ) |
|
|
staticprotected |
◆ IsTypeExist()
| static bool Component::IsTypeExist |
( |
int | comp_type | ) |
|
|
staticprotected |
◆ LogErrorBadCompType()
| static void Component::LogErrorBadCompType |
( |
int | comp_type, |
|
|
string | fnc_name ) |
|
staticprotected |
◆ LogThis()
| void Component::LogThis |
( |
string | msg, |
|
|
string | fnc_name = "n/a" ) |
|
protected |
◆ LogThisError()
| void Component::LogThisError |
( |
string | msg, |
|
|
string | fnc_name = "n/a" ) |
|
protected |
◆ LogThisWarning()
| void Component::LogThisWarning |
( |
string | msg, |
|
|
string | fnc_name = "n/a" ) |
|
protected |
◆ LogWarningAlredyExist()
| static void Component::LogWarningAlredyExist |
( |
int | comp_type, |
|
|
string | fnc_name ) |
|
staticprotected |
◆ OnDrawing()
| void Component::OnDrawing |
( |
| ) |
|
|
protected |
◆ SetParentEntityAI()
| void Component::SetParentEntityAI |
( |
EntityAI | e | ) |
|
|
protected |
◆ m_DebugShapeBBox
| Shape Component::m_DebugShapeBBox |
|
protected |
◆ m_DebugShapeDirection
| Shape Component::m_DebugShapeDirection |
|
protected |
◆ m_DebugShapeDirectionDist
| float Component::m_DebugShapeDirectionDist |
|
protected |
◆ m_ThisEntityAI
The documentation for this class was generated from the following files: