DayZ 1.24
|
Variables | |
const string | COMP_NAME_NONE = "None" |
const int | COMP_TYPE_UNDEFINED = -1 |
const int | COMP_TYPE_ETITY_DEBUG = 0 |
const int | COMP_TYPE_ENERGY_MANAGER = 1 |
const int | COMP_TYPE_BODY_STAGING = 2 |
const int | COMP_TYPE_ANIMAL_BLEEDING = 3 |
const int | COMP_TYPE_COUNT = 4 |
\desc Constants for Components
Definition at line 6 of file Component.c.
Definition at line 11 of file Component.c.
Referenced by DayZCreatureAI::EEHitBy(), and Component::Init().
Definition at line 10 of file Component.c.
Referenced by DayZCreature::EEKilled(), Entity::GetCompBS(), and Component::Init().
Definition at line 12 of file Component.c.
Referenced by Entity::EEItemAttached(), Entity::EEItemDetached(), Entity::EOnFrame(), Component::IsTypeExist(), and Component::LogErrorBadCompType().
Definition at line 9 of file Component.c.
Referenced by Entity::EntityAI(), Entity::GetCompEM(), ComponentEnergyManager::GetCompType(), Entity::HasEnergyManager(), Component::Init(), and InventoryItem::SetCEBasedQuantity().
Definition at line 8 of file Component.c.
Referenced by Entity::DebugBBoxDelete(), Entity::DebugBBoxDraw(), Entity::DebugBBoxSetColor(), Entity::DebugDirectionDelete(), Entity::DebugDirectionDraw(), Entity::DebugDirectionSetColor(), and Component::Init().
Definition at line 7 of file Component.c.
Referenced by Component::GetCompType().