|
OpenTTD Source 20260721-master-g25ec12c62d
|
Commonly used types for the NewGRF implementation. More...
#include "core/label_type.hpp"Go to the source code of this file.
Typedefs | |
| using | GrfID = Label<struct GrfIDTag> |
| The unique identifier of a NewGRF. | |
Variables | |
| static const GrfID | INVALID_GRFID {"\xFF\xFF\xFF\xFF"} |
| An invalid NewGRF. | |
Commonly used types for the NewGRF implementation.
Definition in file newgrf_type.h.
The unique identifier of a NewGRF.
Definition at line 17 of file newgrf_type.h.
|
static |
An invalid NewGRF.
Definition at line 19 of file newgrf_type.h.
Referenced by FinaliseEngineArray(), GetNewEngine(), GetNewEngineID(), TownScopeResolver::GetVariable(), EngineOverrideManager::ResetToDefaultMapping(), TownScopeResolver::StorePSA(), and EngineOverrideManager::UseUnreservedID().