CORGI
An open source project by
FPL
.
Main Page
Programmer's Guide
API reference
Readme
Contributing
Modules
Class List
File List
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Groups
Pages
corgi::EntityManager Member List
This is the complete list of members for
corgi::EntityManager
, including all inherited members.
AddEntityToComponent
(EntityRef entity)
corgi::EntityManager
inline
AddEntityToComponent
(EntityRef entity, ComponentId component_id)
corgi::EntityManager
AllocateNewEntity
()
corgi::EntityManager
begin
()
corgi::EntityManager
inline
Clear
()
corgi::EntityManager
ComponentCount
() const
corgi::EntityManager
inline
CreateEntityFromData
(const void *data)
corgi::EntityManager
DeleteEntity
(EntityRef entity)
corgi::EntityManager
DeleteEntityImmediately
(EntityRef entity)
corgi::EntityManager
DeleteMarkedEntities
()
corgi::EntityManager
end
()
corgi::EntityManager
inline
EntityManager
()
corgi::EntityManager
EntityStorageContainer
typedef
corgi::EntityManager
GetComponent
()
corgi::EntityManager
inline
GetComponent
() const
corgi::EntityManager
inline
GetComponent
(ComponentId id)
corgi::EntityManager
inline
GetComponent
(ComponentId id) const
corgi::EntityManager
inline
GetComponentData
(const EntityRef &entity)
corgi::EntityManager
inline
GetComponentData
(const EntityRef &entity) const
corgi::EntityManager
inline
GetComponentId
()
corgi::EntityManager
inline
GetCorgiVersion
()
corgi::EntityManager
inline
RegisterComponent
(T *new_component)
corgi::EntityManager
inline
RemoveAllComponents
(EntityRef entity)
corgi::EntityManager
set_entity_factory
(EntityFactoryInterface *entity_factory)
corgi::EntityManager
inline
UpdateComponents
(WorldTime delta_time)
corgi::EntityManager