Fix ecs documentation
This commit is contained in:
parent
d4f08acf24
commit
b04456066b
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ namespace psemek::ecs
|
|||
* The new entity is considered alive immediately after this call.
|
||||
*
|
||||
* @param entity A handle to the entity to clone
|
||||
* @return A handle to cloned entity if the original entity was cloneable, and std::nullopt otherwise
|
||||
* @return A handle to the cloned entity
|
||||
* @pre The entity was previously obtained by a `create()` call and is `alive()`
|
||||
* @throw entity_not_cloneable if the entity is not cloneable
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue