Script: Boost gamescript op limit when game is paused due to game script

This commit is contained in:
Jonathan G Rennison
2023-05-14 18:04:42 +01:00
parent 1b6d1086d0
commit 7bc6c4b59c
2 changed files with 14 additions and 3 deletions

View File

@@ -211,6 +211,8 @@ public:
void LimitOpsTillSuspend(SQInteger suspend);
uint32 GetMaxOpsTillSuspend() const;
/**
* DoCommand callback function for all commands executed by scripts.
* @param result The result of the command.