From 9fb4ab106f17290faf65146d4b005885507c1900 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 19 May 2018 14:24:37 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1EntityManager.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'classyage_1_1EntityManager.html') diff --git a/classyage_1_1EntityManager.html b/classyage_1_1EntityManager.html index c450e60b..03b76700 100644 --- a/classyage_1_1EntityManager.html +++ b/classyage_1_1EntityManager.html @@ -112,12 +112,12 @@ Public Member Functions  EntityManager (Space *space, std::size_t n)  Creates an instance of the entitiy manager with an initial size. More...
  -unsigned createEntity () - Creates an Entity and returns the handle to the entity, which can then be used by the user to do operations on it. More...
-  -Entity createEntityInstance () - Creates an Entity and returns it. More...
-  +Entity createEntity () + Creates an Entity and returns the handle to the entity, which can then be used by the user to do operations on it. More...
+  +void deleteEntity (Entity entity) + Delete an entity. More...

Detailed Description

Manages entities in a space.

@@ -207,12 +207,12 @@ Public Member Functions

Member Function Documentation

- +
- + @@ -220,26 +220,26 @@ Public Member Functions
unsigned yage::EntityManager::createEntity Entity yage::EntityManager::createEntity ( )
-

Creates an Entity and returns the handle to the entity, which can then be used by the user to do operations on it.

+

Creates an Entity and returns the handle to the entity, which can then be used by the user to do operations on it.

Returns
The handle to the entity that was created in the space.
- +
- + - + +
Entity yage::EntityManager::createEntityInstance void yage::EntityManager::deleteEntity ()Entity entity)
-

Creates an Entity and returns it.

-
Returns
The entity that was created by the entity manager in the current space.
+

Delete an entity.

@@ -250,7 +250,7 @@ Public Member Functions -- cgit