Difference between revisions of "Talk:GetPositionX - ObjectReference"
Jump to navigation
Jump to search
m
Talk:GetPositionX - ObjectReference (edit)
Revision as of 11:25, 27 October 2017
, 11:25, 27 October 2017→GetCoordinateX
imported>Lisselli (→GetCoordinateX: Fixed code to account for negative values.) |
imported>Lisselli m (→GetCoordinateX) |
||
Line 6: | Line 6: | ||
== GetCoordinateX == | == GetCoordinateX == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Int Function GetCoordinateX(ObjectReference akRef) | |||
; Converts the objects' position to the X coordinate of the cell. | ; Converts the objects' position to the X coordinate of the cell. | ||
Float GetPosX = akRef.GetPositionX() | Float GetPosX = akRef.GetPositionX() |