Tile - YController - Position – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
<pre>get position(): YVector3;</pre> | <pre>get position(): YVector3;</pre> | ||
=== Availability === | |||
[[Ylands:Tile Availability - Custom Controller|Custom Controller]] | |||
=== Description === | === Description === | ||
Revision as of 11:17, 12 November 2021
Position
get position(): YVector3;
Availability
Description
Allows to get the custom controller's position.
Notes
- since scripting of the custom controller is done locally, this tile is only useable inside of it's own script menu and cannot be called from anywhere else.