OsNpcGetRot
From OpenSimulator
(Difference between revisions)
m (Updated ThreatLevel for osNpcGetRot()) |
m (Added permissions and delay information) |
||
Line 4: | Line 4: | ||
|description=Gets the rotation of the avatar. Only the rotation around the Z plane in Euler rotation (horizontal rotation) has any meaning. | |description=Gets the rotation of the avatar. Only the rotation around the Z plane in Euler rotation (horizontal rotation) has any meaning. | ||
|threat_level=High | |threat_level=High | ||
+ | |permissions=${XEngine|osslNPC} | ||
+ | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info= | |additional_info= | ||
}} | }} |
Revision as of 10:49, 25 October 2017
rotation osNpcGetRot(key npc)
| |
Gets the rotation of the avatar. Only the rotation around the Z plane in Euler rotation (horizontal rotation) has any meaning. | |
Threat Level | High |
Permissions | ${XEngine|osslNPC} |
Extra Delay | 0 seconds |