add data argument to container:add(...)

This commit is contained in:
MihailRis
2025-04-24 22:42:15 +03:00
parent 9befbb9795
commit 8e8cabf2d1
3 changed files with 26 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@ namespace scripting {
scriptenv get_root_environment();
scriptenv create_pack_environment(const ContentPack& pack);
scriptenv create_environment(const scriptenv& parent);
scriptenv create_doc_environment(
const scriptenv& parent, const std::string& name
);