Difference between revisions of "GetPos"
Jump to navigation
Jump to search
imported>Vswe m (Added Search Terms) |
imported>QQuix (Fixed note) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
Returns the current world position of the object on the selected axis (X, Y, or Z) in float. | Returns the current world position of the object on the selected axis (X, Y, or Z) in float. | ||
===Notes=== | |||
If the player is swimming, PlayerRef.GetPos Z returns a value about 100 units higher than the actual player Z position. The actual difference dependes on the player race. | |||
[[Category: Functions]] | [[Category: Functions]] | ||
Line 18: | Line 21: | ||
Pos | Pos | ||
End Search Terms --> | End Search Terms --> | ||
== See Also == | |||
* [[SetPos]] |
Latest revision as of 10:53, 9 July 2012
Syntax:
GetPos axis
Example:
GetPos Z
Returns the current world position of the object on the selected axis (X, Y, or Z) in float.
Notes[edit | edit source]
If the player is swimming, PlayerRef.GetPos Z returns a value about 100 units higher than the actual player Z position. The actual difference dependes on the player race.