|
OpenTTD Source
14.0-beta3
|
Data Fields | |
| std::string | break_string |
| The string to match to the AI output. | |
| CompanyID | script_debug_company |
| The AI that is (was last) being debugged. | |
| bool | break_check_enabled |
| Stop an AI when it prints a matching string. | |
| bool | case_sensitive_break_check |
| Is the matching done case-sensitive. | |
Definition at line 726 of file script_gui.cpp.