Interface administrators, moderator
2,603
edits
m (Vortrex moved page transformable.position to element.position: Transformable no longer exists) |
No edit summary |
||
Line 2: | Line 2: | ||
|endpoint = shared | |endpoint = shared | ||
|type = property | |type = property | ||
|class = | |class = Element | ||
|name = position | |name = position | ||
|readonly = false | |readonly = false | ||
|returnTypes = Vec3 | |returnTypes = Vec3 | ||
|usage = fetch or set the 3D position for | |usage = fetch or set the 3D position for an element | ||
|returnInfo = a Vec3 containing the position of the | |returnInfo = a Vec3 containing the position of the element | ||
|notes = Due to a sync limitation, a network event (sent to the player's client) is required to change the position of a player element. See [[triggerNetworkEvent|triggerNetworkEvent]] and [[addNetworkHandler|addNetworkHandler]] for info on using network events. | |notes = Due to a sync limitation, a network event (sent to the player's client) is required to change the position of a player element. See [[triggerNetworkEvent|triggerNetworkEvent]] and [[addNetworkHandler|addNetworkHandler]] for info on using network events. | ||
}} | }} |