Tile - YController - Position – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Controller - get position to Ylands:Tile - YController - Position: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Position == | |||
[[File:YlandsTile-990-get.png]] | |||
<pre>get position(): YVector3;</pre> | |||
=== 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. | |||
Line 6: | Line 21: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Position
get position(): YVector3;
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.