element.position: Difference between revisions

no edit summary
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
|endpoint = shared
|endpoint = shared
|type = property
|type = property
|class = Transformable
|class = Element
|name = position
|name = position
|readonly = false
|readonly = false
|returnTypes = Vec3
|returnTypes = Vec3
|usage = fetch or set the 3D position for a transformable
|usage = fetch or set the 3D position for an element
|returnInfo = a Vec3 containing the position of the transformable
|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.
}}
}}
2,591

edits