OsNpcSetRot
From OpenSimulator
(Difference between revisions)
m (Updated ThreatLevel for osNpcSetRot()) |
m (Added permissions and delay information) |
||
Line 4: | Line 4: | ||
|description=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. | |description=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 | |threat_level=High | ||
+ | |permissions=${XEngine|osslNPC} | ||
+ | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info= | |additional_info= | ||
}} | }} |
Revision as of 11:04, 25 October 2017
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 |