SetObjectRot

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 00:20, 1 February 2014
Connor Mead (Talk | contribs)

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

Next diff →
Line 39: Line 39:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
-[fr:SetObjectRot]]+[[fr:SetObjectRot]]

Revision as of 01:33, 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.


In other languages