OpenTTD Source
20241108-master-g80f628063a
|
Road stop specification. More...
#include <newgrf_roadstop.h>
Public Member Functions | |
Money | GetBuildCost (Price category) const |
Get the cost for building a road stop of this type. More... | |
Money | GetClearCost (Price category) const |
Get the cost for clearing a road stop of this type. More... | |
Static Public Member Functions | |
static const RoadStopSpec * | Get (uint16_t index) |
Data Fields | |
GRFFilePropsBase< NUM_CARGO+3 > | grf_prop |
Properties related the the grf file. More... | |
StringID | name |
Name of this stop. | |
RoadStopAvailabilityType | stop_type = ROADSTOPTYPE_ALL |
RoadStopDrawMode | draw_mode = ROADSTOP_DRAW_MODE_ROAD | ROADSTOP_DRAW_MODE_OVERLAY |
uint8_t | callback_mask = 0 |
uint16_t | flags = 0 |
CargoTypes | cargo_triggers = 0 |
Bitmask of cargo types which cause trigger re-randomizing. | |
AnimationInfo | animation |
uint8_t | bridge_height [6] |
Minimum height for a bridge above, 0 for none. | |
uint8_t | bridge_disallowed_pillars [6] |
Disallowed pillar flags for a bridge above. | |
uint8_t | build_cost_multiplier = 16 |
Build cost multiplier per tile. | |
uint8_t | clear_cost_multiplier = 16 |
Clear cost multiplier per tile. | |
Data Fields inherited from NewGRFSpecBase< RoadStopClassID > | |
RoadStopClassID | class_index |
Class index of this spec, invalid until class is allocated. | |
uint16_t | index |
Index within class of this spec, invalid until inserted into class. | |
Road stop specification.
Definition at line 135 of file newgrf_roadstop.h.
Get the cost for building a road stop of this type.
Definition at line 164 of file newgrf_roadstop.h.
References GetPrice(), and GRFFilePropsBase< Tcnt >::grffile.
Get the cost for clearing a road stop of this type.
Definition at line 170 of file newgrf_roadstop.h.
References GetPrice(), and GRFFilePropsBase< Tcnt >::grffile.
GRFFilePropsBase<NUM_CARGO + 3> RoadStopSpec::grf_prop |
Properties related the the grf file.
NUM_CARGO real cargo plus three pseudo cargo sprite groups. Used for obtaining the sprite offset of custom sprites, and for evaluating callbacks.
Definition at line 142 of file newgrf_roadstop.h.