OpenTTD Source 20241224-master-gf74b0cf984
ScriptDebugWindow::FilterState Struct Reference

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.
 

Detailed Description

Definition at line 695 of file script_gui.cpp.

Field Documentation

◆ break_check_enabled

bool ScriptDebugWindow::FilterState::break_check_enabled

Stop an AI when it prints a matching string.

Definition at line 698 of file script_gui.cpp.

Referenced by ScriptDebugWindow::OnClick(), ScriptDebugWindow::OnInit(), and ScriptDebugWindow::OnInvalidateData().

◆ break_string

std::string ScriptDebugWindow::FilterState::break_string

The string to match to the AI output.

Definition at line 696 of file script_gui.cpp.

Referenced by ScriptDebugWindow::OnEditboxChanged(), and ScriptDebugWindow::ScriptDebugWindow().

◆ case_sensitive_break_check

bool ScriptDebugWindow::FilterState::case_sensitive_break_check

Is the matching done case-sensitive.

Definition at line 699 of file script_gui.cpp.

Referenced by ScriptDebugWindow::OnClick(), ScriptDebugWindow::OnInvalidateData(), and ScriptDebugWindow::ScriptDebugWindow().

◆ script_debug_company


The documentation for this struct was generated from the following file: