Difference between revisions of "GetPos"
Jump to navigation
Jump to search
Transferred content from TES site. Disconnected from TES site.
imported>Geckbot m (Robot: Automated text replacement (-Link to TES4 Construction Set Wiki +{{Incomplete}}\n\nLink to TES4 Construction Set Wiki)) |
imported>BonzoFSP (Transferred content from TES site. Disconnected from TES site.) |
||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|origin = GECK1 | |||
|summary = Returns the object's world-position for the specified axis (x, y, z). Return value is a float. | |||
|referenceType = <nowiki>ObjectID</nowiki> | |||
|arguments = {{FunctionArgument | |||
|Name = axis | |||
}} | |||
}} | |||
==Examples== | |||
myObjectRef.GetPos y | |||
Gets the y-axis position myObjectRef. | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Movement Functions]] | [[Category:Movement Functions]] | ||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |