Skip to main content

IsObjectMoving

คำอธิบาย

Checks if the given objectid is moving.

NameDescription
objectidThe objectid you want to check if is moving.

ส่งคืน

1 if the object is moving, 0 if not.

ตัวอย่าง

if (IsObjectMoving(objectid))
{
StopObject(objectid);
}

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