Pyrogenesis
13997
|
Internal representation of axis-aligned sometimes-square sometimes-circle shapes for moving units. More...
Public Attributes | |
entity_id_t | entity |
entity_pos_t | x |
entity_pos_t | z |
entity_pos_t | r |
ICmpObstructionManager::flags_t | flags |
entity_id_t | group |
Internal representation of axis-aligned sometimes-square sometimes-circle shapes for moving units.
Definition at line 50 of file CCmpObstructionManager.cpp.
entity_id_t UnitShape::entity |
Definition at line 52 of file CCmpObstructionManager.cpp.
ICmpObstructionManager::flags_t UnitShape::flags |
Definition at line 55 of file CCmpObstructionManager.cpp.
entity_id_t UnitShape::group |
Definition at line 56 of file CCmpObstructionManager.cpp.
entity_pos_t UnitShape::r |
Definition at line 54 of file CCmpObstructionManager.cpp.
entity_pos_t UnitShape::x |
Definition at line 53 of file CCmpObstructionManager.cpp.
entity_pos_t UnitShape::z |
Definition at line 53 of file CCmpObstructionManager.cpp.