Game logic - Play area – Ylands
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ") |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|19}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|13}}}}") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
*Used for defining the play area of the level. All terrain chunks inside the bounding box of Play area will be kept loaded at same time. | *Used for defining the play area of the level. All terrain chunks inside the bounding box of Play area will be kept loaded at same time. | ||
=Properties= | = Properties = | ||
=== Zone shape === | === Zone shape === | ||
*Shape of the Play area - box, sphere or capsule. | *Shape of the Play area - box, sphere or capsule. | ||
Line 12: | Line 12: | ||
*Color of Play area boundaries (when visible). | *Color of Play area boundaries (when visible). | ||
=Related instructions= | = Related instructions = | ||
*[[Ylands Tile - Game logic position-rotation-scale|Get Position / Rotation / Scale]] | *[[Ylands:Tile - Game logic position-rotation-scale|Get Position / Rotation / Scale]] | ||
*[[Ylands Tile - Get-Set zone visible|Get / Set Zone Visibility]] | *[[Ylands:Tile - Get-Set zone visible|Get / Set Zone Visibility]] | ||
*[[Ylands Tile - Get-Set zone color|Get / Set Zone Color]] | *[[Ylands:Tile - Get-Set zone color|Get / Set Zone Color]] | ||
---- | ---- | ||
{{Navbox/Ylands}} | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|13}}}} | ||
[[Category: Game Logic]] | [[Category: Game Logic]] | ||
[[Category: Ylands 0.12]] | [[Category: Ylands 0.12]] |
Latest revision as of 14:21, 24 November 2023
Description
- Used for defining the play area of the level. All terrain chunks inside the bounding box of Play area will be kept loaded at same time.
Properties
Zone shape
- Shape of the Play area - box, sphere or capsule.
Visible
- Makes the Play area boundaries visible even in game.
Color
- Color of Play area boundaries (when visible).
Related instructions