OpenTTD
EnumPropsT< WaterClass > Struct Template Reference

Helper information for extract tool. More...

#include <water_map.h>

Inheritance diagram for EnumPropsT< WaterClass >:
MakeEnumPropsT< WaterClass, byte, WATER_CLASS_SEA, WATER_CLASS_INVALID, WATER_CLASS_INVALID, 2 >

Additional Inherited Members

- Public Types inherited from MakeEnumPropsT< WaterClass, byte, WATER_CLASS_SEA, WATER_CLASS_INVALID, WATER_CLASS_INVALID, 2 >
typedef WaterClass type
 enum type (i.e. Trackdir)
typedef byte storage
 storage type (i.e. byte)
- Static Public Attributes inherited from MakeEnumPropsT< WaterClass, byte, WATER_CLASS_SEA, WATER_CLASS_INVALID, WATER_CLASS_INVALID, 2 >
static const WaterClass begin
 lowest valid value (i.e. TRACKDIR_BEGIN)
static const WaterClass end
 one after the last valid value (i.e. TRACKDIR_END)
static const WaterClass invalid
 what value is used as invalid value (i.e. INVALID_TRACKDIR)
static const uint num_bits
 Number of bits for storing the enum in command parameters.

Detailed Description

template<>
struct EnumPropsT< WaterClass >

Helper information for extract tool.

Definition at line 56 of file water_map.h.


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