diff --git a/docs/newgrf-roadstops-nml.html b/docs/newgrf-roadstops-nml.html index c8bb8ef655..895e55d736 100644 --- a/docs/newgrf-roadstops-nml.html +++ b/docs/newgrf-roadstops-nml.html @@ -110,6 +110,7 @@ Pillar along entire north-west edge

cost_multipliers[build_cost, clear_cost]Build and clear cost multipliers, 16 is the same as a non-NewGRF road stop + height0..255Road stop height (in the build window), in height level units (1 level == 8px), see also: object height property.

Road Stop Variables

diff --git a/docs/newgrf-roadstops.html b/docs/newgrf-roadstops.html index 5dbb29792b..b166186c2e 100644 --- a/docs/newgrf-roadstops.html +++ b/docs/newgrf-roadstops.html @@ -24,13 +24,14 @@ Features/properties/variables which require a higher version will indicate the required version. Unless indicated otherwise these will fall back to doing nothing on versions which do not support them.

-

Actions: +

Sections:

Action 0 - Road Stops

@@ -53,6 +54,8 @@ 12roadstop_general_flags4General flags 13roadstop_min_bridge_height6Minimum bridge heights 14roadstop_disallowed_bridge_pillars6Disallowed bridge pillars + 15roadstop_cost_multipliers2Cost multipliers + 16roadstop_height1Height (for build window)

Road stop class ID (08, or mappable property: roadstop_class_id)

@@ -176,6 +179,12 @@ The total property length is 2 bytes.
A value of 16 produces a build or removal cost the same as non-NewGRF road stops..

+

Road stop height (in the build window) (16, or mappable property: roadstop_height)

+

This property sets the height used to size the road stop build window previews.
+ The nominal height for the road stop preview is set to at least: 32 + "value of this property" * 8.
+ This similar to Object variable 16.
+ The total property length is 1 byte.. +

The 6 road stop views/rotations are described below.
@@ -406,6 +415,10 @@

Road stops have the same Action 3 cargo-type values as feature 4 (station).

+

Erata

+ +

In feature name road_stops versions 1 to 5 (inclusive), mapped Action 0 properties which are unknown and should be ignored, instead generate an error on use.

+