TerrainRegion

Show Deprecated

A TerrainRegion is a snapshot of Terrain retrieved from the Terrain:CopyRegion() method. Can be later pasted into the Terrain using Terrain:PasteRegion().

Summary

Properties

  • Read Only
    Not Replicated
    Deprecated
    Read Parallel

    The state of this property shows whether or not this TerrainRegion contains smooth terrain.

  • Read Only
    Not Replicated
    Read Parallel

    The size of this TerrainRegion in cells.

Methods

  • Deprecated
    Plugin Security

    Transforms the TerrainRegion so it can be used with smooth terrain.

Properties

IsSmooth

Read Only
Not Replicated
Deprecated
Read Parallel

The state of this property shows whether or not this TerrainRegion contains smooth terrain.

SizeInCells

Read Only
Not Replicated
Read Parallel

The size of this TerrainRegion in cells.

Methods

ConvertToSmooth

()
Deprecated
Plugin Security

Calling this method transforms the TerrainRegion into a TerrainRegion usable for Terrain. This can only be done from a plugin, when in edit mode.

The game can't be running, nor can it have a NetworkServer.


Returns

()

Events