From: Stephen Seo Date: Mon, 14 Mar 2016 11:39:09 +0000 (+0900) Subject: Slight change to docs X-Git-Tag: 1.0~102 X-Git-Url: https://git.seodisparate.com/server_config?a=commitdiff_plain;h=dbe291c7c61675fb40e03bf84a732897162089f3;p=EntityComponentMetaSystem Slight change to docs --- diff --git a/src/EC/Manager.hpp b/src/EC/Manager.hpp index 94b6781..8f10acf 100644 --- a/src/EC/Manager.hpp +++ b/src/EC/Manager.hpp @@ -272,7 +272,8 @@ namespace EC \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(). - 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)