update entities.spawn(...) semantics to the docs state

This commit is contained in:
MihailRis
2024-07-17 10:17:20 +03:00
parent 51a57d3d1f
commit 1b99a48849
9 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ public:
entityid_t spawn(
EntityDef& def,
glm::vec3 position,
dynamic::Value args=dynamic::NONE,
dynamic::Map_sptr args=nullptr,
dynamic::Map_sptr saved=nullptr,
entityid_t uid=0);