1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Improve dumping of expressions

This commit is contained in:
Ted John
2020-02-25 00:43:49 +00:00
parent c73bb63f0e
commit e6ca727b4b
2 changed files with 305 additions and 120 deletions

View File

@@ -168,7 +168,7 @@ namespace OpenRCT2::Scripting
bool IsGameStateMutable();
void ThrowIfGameStateNotMutable();
std::string Stringify(const DukValue& value, int32_t depth = 0);
std::string Stringify(const DukValue& value);
} // namespace OpenRCT2::Scripting