OsNpcSetRot
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
| Line 7: | Line 7: | ||
|delay=0 | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
| − | |additional_info= | + | |additional_info=This function was added in 0.7.2-post-fixes |
}} | }} | ||
Revision as of 07:57, 15 October 2018
osNpcSetRot(key npc, rotation rot)
| |
| Set the rotation of the avatar. Only setting the rotation in the Z plane in Euler rotation will have any meaningful effect (turning the avatar to point in one direction or another). Setting X or Y Euler values will result in the avatar rotating in an undefined manner. | |
| Threat Level | High |
| Permissions | ${XEngine|osslNPC} |
| Extra Delay | 0 seconds |
| Notes | |
| This function was added in 0.7.2-post-fixes | |