Provides access to the game loop related functions of Collidable. More...
#include <CollidableAttorney.h>
Static Private Member Functions | |
static void | SetListRef (Collidable *c, CollidableGroup::CollidableCollectionRef ref) |
Sets the list reference for the Collidable object. | |
static CollidableGroup::CollidableCollectionRef & | GetListRef (Collidable *c) |
Retrieves the list reference for the Collidable object. | |
Friends | |
class | CollidableGroup |
Provides access to the game loop related functions of Collidable.
|
inlinestaticprivate |
Retrieves the list reference for the Collidable object.
c | Pointer to the Collidable object. |
|
inlinestaticprivate |
Sets the list reference for the Collidable object.
c | Pointer to the Collidable object. |
ref | Reference to the collidable group collection iterator. |