]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Slight change to docs
authorStephen Seo <seo.disparate@gmail.com>
Mon, 14 Mar 2016 11:39:09 +0000 (20:39 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 14 Mar 2016 11:39:09 +0000 (20:39 +0900)
src/EC/Manager.hpp

index 94b6781c29df6dddbd2c5dabde3f83c4a176fd39..8f10acfa8b8bb767ce88f92d1c8ce4726e4ca601 100644 (file)
@@ -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)