Don't click here unless you want to be banned.

LSL Wiki : llGetRot

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org
rotation llGetRot()

Returns the object's rotation. If called from a script that is attached to an avatar, it will return the avatar's rotation. To get an attachment's rotation relative to the attach point use llGetLocalRot.

Note: the tooltip in the LSL editor erroneously states "gets the rotation (if the script isn't physical)". Aside from the fact that the the script itself can't be physical (they obviously mean the object containing the script), that line is wrong anyway. llGetRot does work if the object is physical.

Compare with llGetLocalRot and llGetRootRotation. See also llGetPos and llGetPrimitiveParams.

llGetRot() doesn't return the accurate rotation of the avatar. Repeated calls may or may not return different results. Changing your angle under 3 degrees often doesn't show any change at all to the result.


This article wasn't helpful for you? Maybe the related article at the LSL Portal is able to bring enlightenment.

Functions | Rotation | Dynamics
There is one comment on this page. [Display comments/form]