SetObjectRotateAxis: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Info|Function|Server|1.0}}
{{Info|Function|Server|1.0}}


{{FuncDescription|Sets the object rotation axis.}}
{{FuncDescription|Sets the object to rotate around its own axis.}}


{{FuncSyntax|SetObjectRotateAxis(object, x, y, z)}}
{{FuncSyntax|SetObjectRotateAxis(object, x, y, z)}}
Line 14: Line 14:


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua>
SetObjectRotateAxis(object, 90, 90, 90)
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
{{Template:ObjectFunctions}}
{{Template:ObjectFunctions}}

Latest revision as of 14:34, 26 June 2021