Skip to main content

GetObjectRot

คำอธิบาย

Use this function to get the objects current rotation. The rotation is saved by reference in three RotX/RotY/RotZ variables.

NameDescription
objectidThe objectid of the object you want to get the rotation from.
&Float:XThe variable to store the X rotation, passed by reference.
&Float:YThe variable to store the Y rotation, passed by reference.
&Float:ZThe variable to store the Z rotation, passed by reference.

ส่งคืน

The object's rotation is stored in the referenced variables, not in the return value.

ตัวอย่าง

new Float:RotX,Float:RotY,Float:RotZ;
GetObjectRot(objectid, RotX, RotY, RotZ);

ฟังก์ชั่นที่เกี่ยวข้องกัน