OsNpcSetRot

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: {{osslfunc |function_syntax=osNpcSetRot(key npc, rotation rot) |csharp_syntax= |description=Set the rotation of the avatar. Only setting the rotation in the Z plane in Euler rotation will ...)
 
m (Updated ThreatLevel for osNpcSetRot())
Line 3: Line 3:
 
|csharp_syntax=
 
|csharp_syntax=
 
|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=
+
|threat_level=High
 
|ossl_example=
 
|ossl_example=
 
|additional_info=
 
|additional_info=
 
}}
 
}}

Revision as of 12:35, 30 September 2014

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 No permissions specified
Extra Delay No function delay specified
General
About This Wiki