OpenTTD Source 20250312-master-gcdcc6b491d
StringFilter::WordState Struct Reference

State of a single filter word. More...

Data Fields

std::string word
 Word to filter for.
 
bool match
 Already matched?
 

Detailed Description

State of a single filter word.

Definition at line 33 of file stringfilter_type.h.

Field Documentation

◆ match

bool StringFilter::WordState::match

Already matched?

Definition at line 35 of file stringfilter_type.h.

◆ word

std::string StringFilter::WordState::word

Word to filter for.

Definition at line 34 of file stringfilter_type.h.


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