(svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining operations for the current tick
This commit is contained in:
@@ -253,6 +253,11 @@ public:
|
||||
* Are we allowed to suspend the squirrel script at this moment?
|
||||
*/
|
||||
bool CanSuspend();
|
||||
|
||||
/**
|
||||
* How many operations can we execute till suspension?
|
||||
*/
|
||||
SQInteger GetOpsTillSuspend();
|
||||
};
|
||||
|
||||
#endif /* SQUIRREL_HPP */
|
||||
|
Reference in New Issue
Block a user