Merge remote-tracking branch 'origin/master' into feature/documentation-overhaul

# Conflicts:
#	src/scripting/scriptengine.cpp
This commit is contained in:
Ylva Selling
2023-04-12 17:37:28 -04:00
1118 changed files with 8057 additions and 4956 deletions

View File

@@ -106,9 +106,9 @@ namespace {
argument["Name"] = arg.name;
argument["Type"] = arg.type;
argument["Default Value"] = arg.defaultValue.value_or("");
function["Arguments"].push_back(argument);
}
function["Return Type"] = f.returnType;
function["Help"] = f.helpText;