GetRotation
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) m |
Dahnielson (Talk | contribs) m |
||
Line 2: | Line 2: | ||
Get the current object rotation in 3d space. | Get the current object rotation in 3d space. | ||
+ | |||
+ | {{lua-function-param|object|object to operate on}} | ||
objectRot = getRotation(object) | objectRot = getRotation(object) |
Latest revision as of 00:18, 9 February 2014
getRotation(object)
Get the current object rotation in 3d space.
-
object
: object to operate on
objectRot = getRotation(object)
Then you can use your object coordinates like this:
- objectpos[1]: rotation on X axis
- objectpos[2]: rotation on Y axis
- objectpos[3]: rotation on Z axis