Skip to content

mgeDistantLandRenderConfig⚓︎

Allows control of MGE distant land features.

Properties⚓︎

aboveWaterFogEnd⚓︎

The above water fog end distance, in cells.

Returns:

  • result (number)

aboveWaterFogStart⚓︎

The above water fog start distance, in cells.

Returns:

  • result (number)

belowWaterFogEnd⚓︎

The below water fog end distance, in cells.

Returns:

  • result (number)

belowWaterFogStart⚓︎

The below water fog start distance, in cells.

Returns:

  • result (number)

drawDistance⚓︎

The draw distance, in cells.

Returns:

  • result (number)

farStaticEnd⚓︎

The maximum distance that 'far' statics will be visible, in cells.

Returns:

  • result (number)

farStaticMinSize⚓︎

Distant objects which are at least this size (and are smaller than veryFarStaticMinSize) are classified as 'far' statics. Smaller objects are classified as 'near' statics. This cannot be updated during gameplay. The game must be restarted to see changes.

Returns:

  • result (number)

fogDistance⚓︎

An array containing the fog distance multiplier for each weather.

Returns:

  • result (number[])

fogOffsetPercent⚓︎

An array containing the fog offset % for each weather.

Returns:

  • result (number[])

interiorFogEnd⚓︎

The interior fog end distance, in cells.

Returns:

  • result (number)

interiorFogStart⚓︎

The interior fog start distance, in cells.

Returns:

  • result (number)

nearStaticEnd⚓︎

The maximum distance that 'near' statics will be visible, in cells.

Returns:

  • result (number)

veryFarStaticEnd⚓︎

The maximum distance that 'very far' statics will be visible, in cells.

Returns:

  • result (number)

veryFarStaticMinSize⚓︎

Distant objects which are at least this size are classified as 'very far' statics. This cannot be updated during gameplay. The game must be restarted to see changes.

Returns:

  • result (number)

waterCaustics⚓︎

The % brightness of water caustics.

Returns:

  • result (number)

waterWaveHeight⚓︎

The maximum height of dynamic waves.

Returns:

  • result (number)

wind⚓︎

An array containing the wind speed multiplier for each weather.

Returns:

  • result (number[])