Home
last modified time | relevance | path

Searched refs:RTF_HIDDEN (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Drail.h28 RTF_HIDDEN = 2, ///< Bit number for hiding from selection. enumerator
36 RTFB_HIDDEN = 1 << RTF_HIDDEN, ///< Value for hiding from selection.
H A Dconsole_cmds.cpp2278 HasBit(rti->flags, RTF_HIDDEN) ? 'h' : '-', in ConDumpRailTypes()
H A Drail_cmd.cpp143 if (HasBit(rti->flags, RTF_HIDDEN)) SetBit(_railtypes_hidden_mask, rt); in InitRailTypes()