OpenTTD Source 20241224-master-gee860a5c8e
StringFilter::WordState Struct Reference

State of a single filter word. More...

Data Fields

const char * start
 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.

◆ start

const char* StringFilter::WordState::start

Word to filter for.

Definition at line 34 of file stringfilter_type.h.


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