(svn r19544) -Feature [FS#3496]: add an input box to the AI Debug window where you can input a break string (patch by Zuu)
This commit is contained in:
@@ -65,6 +65,15 @@ public:
|
||||
*/
|
||||
static void Stop(CompanyID company);
|
||||
|
||||
/**
|
||||
* Suspend an AI for the reminder of the current tick. If the AI is
|
||||
* in a state when it cannot be suspended, it will continue to run
|
||||
* until it can be suspended.
|
||||
* @param company The company for which the AI should be suspended.
|
||||
* @pre Company::IsValidAiID(company)
|
||||
*/
|
||||
static void Suspend(CompanyID company);
|
||||
|
||||
/**
|
||||
* Kill any and all AIs we manage.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user