OpenTTD Source 20241224-master-gf74b0cf984
PickerItem Struct Reference

Public Member Functions

auto operator<=> (const PickerItem &other) const
 

Data Fields

uint32_t grfid
 
uint16_t local_id
 
int class_index
 
int index
 

Detailed Description

Definition at line 23 of file picker_gui.h.

Member Function Documentation

◆ operator<=>()

auto PickerItem::operator<=> ( const PickerItem other) const
inline

Definition at line 29 of file picker_gui.h.

Field Documentation

◆ class_index

int PickerItem::class_index

Definition at line 26 of file picker_gui.h.

◆ grfid

uint32_t PickerItem::grfid

Definition at line 24 of file picker_gui.h.

◆ index

int PickerItem::index

Definition at line 27 of file picker_gui.h.

◆ local_id

uint16_t PickerItem::local_id

Definition at line 25 of file picker_gui.h.


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