Script: Allow text param mismatches for scripts with 13 or below compatibility

This commit is contained in:
Jonathan G Rennison
2023-03-20 17:47:19 +00:00
parent 6fb3fa7e77
commit a6babb23d3
4 changed files with 53 additions and 7 deletions

View File

@@ -135,6 +135,8 @@ private:
std::variant<SQInteger, std::string, ScriptTextRef> param[SCRIPT_TEXT_MAX_PARAMETERS];
int paramc;
void _TextParamError(const std::string &msg);
/**
* Internal function for recursive calling this function over multiple
* instances, while writing in the same buffer.