Slight change to docs
This commit is contained in:
parent
aa05522772
commit
dbe291c7c6
1 changed files with 2 additions and 1 deletions
|
@ -272,7 +272,8 @@ namespace EC
|
||||||
\brief Adds an entity to the system, returning the ID of the entity.
|
\brief Adds an entity to the system, returning the ID of the entity.
|
||||||
|
|
||||||
WARNING: The ID of an entity may change after calls to cleanup().
|
WARNING: The ID of an entity may change after calls to cleanup().
|
||||||
Only use the ID given during usage of forMatchingSignature().
|
Usage of entity IDs should be safe during initialization.
|
||||||
|
Otherwise, only use the ID given during usage of forMatchingSignature().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \fn void EC::Manager::deleteEntity(std::size_t index)
|
/*! \fn void EC::Manager::deleteEntity(std::size_t index)
|
||||||
|
|
Loading…
Reference in a new issue