Registry

Undocumented in source.

Members

Functions

add
void add(Entity entity, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
assure
Storage!(T)* assure()
Undocumented in source. Be warned that the author may not have intended to support it.
create_entity
Entity create_entity()
Undocumented in source. Be warned that the author may not have intended to support it.
destroy_entity
void destroy_entity(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T* get(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
void removeAll(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
valid
bool valid(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
view
auto view()
Undocumented in source. Be warned that the author may not have intended to support it.
view
auto view()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
Registry create(Allocator* allocator)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

allocator
Allocator* allocator;
Undocumented in source.
components
HashMap!(ulong, size_t) components;
Undocumented in source.
contexts
HashMap!(uint, size_t) contexts;
Undocumented in source.
groups
Array!(GroupData*) groups;
Undocumented in source.
handles
EntityHandle_large handles;
Undocumented in source.
singletons
TypeStore singletons;
Undocumented in source.

Meta