![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ComponentsBank (EntityAI entity_parent) |
| Component | CreateComponent (int comp_type, string extended_class_name="") |
| bool | DeleteComponent (int comp_type) |
| Component | GetComponent (int comp_type, string extended_class_name="") |
| bool | IsComponentAlreadyExist (int comp_type) |
Private Attributes | |
| ref Component | m_Components [COMP_TYPE_COUNT] |
| EntityAI | m_EntityParent |
Definition at line 1 of file componentsbank.c.
|
inlineprivate |
Definition at line 6 of file componentsbank.c.
References m_EntityParent.
Definition at line 38 of file componentsbank.c.
References Empty, Component::Event_OnAwake(), Component::Event_OnInit(), Component::GetNameByType(), IsComponentAlreadyExist(), Component::IsTypeExist(), Component::LogErrorBadCompType(), Component::LogWarningAlredyExist(), m_Components, m_EntityParent, Component::SetParentEntityAI(), and string::ToType().
Referenced by GetComponent().
Definition at line 27 of file componentsbank.c.
References IsComponentAlreadyExist(), and m_Components.
Definition at line 11 of file componentsbank.c.
References CreateComponent(), IsComponentAlreadyExist(), Component::IsTypeExist(), Component::LogErrorBadCompType(), and m_Components.
Definition at line 72 of file componentsbank.c.
References m_Components.
Referenced by CreateComponent(), DeleteComponent(), and GetComponent().
|
private |
Definition at line 4 of file componentsbank.c.
Referenced by CreateComponent(), DeleteComponent(), GetComponent(), and IsComponentAlreadyExist().
|
private |
Definition at line 3 of file componentsbank.c.
Referenced by ComponentsBank(), and CreateComponent().