GroupManager

Undocumented in source.

Members

Functions

add
void add(Entity e, string group)
Undocumented in source. Be warned that the author may not have intended to support it.
deleted
void deleted(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntities
Bag!Entity getEntities(string group)
Undocumented in source. Be warned that the author may not have intended to support it.
getGroups
Bag!string getGroups(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
isInAnyGroup
bool isInAnyGroup(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
isInGroup
bool isInGroup(Entity e, string group)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Entity e, string group)
Undocumented in source. Be warned that the author may not have intended to support it.
removeFromAllGroups
void removeFromAllGroups(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin TypeDecl
Undocumented in source.

Mixed In Members

From mixin TypeDecl

TypeNum
uint TypeNum;
Undocumented in source.
BaseType
enum BaseType;
Undocumented in source.
GetTypeId
uint GetTypeId()
Undocumented in source.
TypeId
uint TypeId;
Undocumented in source.
GetTypeId
uint GetTypeId()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Manager

__anonymous
mixin TypeDecl
Undocumented in source.
world
World world;
Undocumented in source.
initialize
void initialize()
Undocumented in source.
setWorld
void setWorld(World world)
Undocumented in source. Be warned that the author may not have intended to support it.
getWorld
World getWorld()
Undocumented in source. Be warned that the author may not have intended to support it.
added
void added(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
changed
void changed(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
deleted
void deleted(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
disabled
void disabled(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
void enabled(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta