Tile - YLogic - Position – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
-->
-->
== Position ==
== Position ==
[[File:YlandsTile-206-get.png]]
[[File:YlandsTile-206-set.png]]


<pre>get position(): YVector3;
<pre>get position(): YVector3;

Revision as of 17:47, 1 December 2022

Position

get position(): YVector3;
set position(value: YVector3);

Availability

Server

Description

Allows to get / set position of target game logic. This is especially useful when getting the location of a Reference Point. When using Set position, the game logic will immediately go to that position, unlike using a Position Animator.

Notes

  • To set rotation / position / scale of Trigger Zone, it has to be set to "animated".
  • Animated Trigger Zones cannot react to any animal/monster, any item, any npc, any projectile, or entity type (technical limitations). All other trigger groups still function.