SetObjectRot

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 00:55, 4 September 2009
Mikep (Talk | contribs)

← Previous diff
Revision as of 00:20, 1 February 2014
Connor Mead (Talk | contribs)

Next diff →
Line 1: Line 1:
{{Scripting}} {{Scripting}}
-{{Title}} 
{{Description|Rotates an object in all directions.}} {{Description|Rotates an object in all directions.}}
Line 39: Line 38:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
 +
 +[fr:SetObjectRot]]

Revision as of 00:20, 1 February 2014



Description:

Rotates an object in all directions.


Parameters:
(objectid, Float:RotX, Float:RotY, Float:RotZ)
objectidThe objectid of the object you want to rotate.
Float:RotXThe X rotation.
Float:RotYThe Y rotation.
Float:RotZThe Z rotation.


Return Values:

This function does not return any specific values.


SetObjectRot( objectid, RotX, RotY, RotZ );

Related Functions

The following functions may be useful, as they are related to this function in one way or another.


[fr:SetObjectRot]]