IsObjectMoving

From SA-MP Wiki

Jump to: navigation, search


IsObjectMoving was added in SA-MP 0.3x This function was added in SA-MP 0.3d and will not work in earlier versions!


Checks if the given objectid is moving.


Parameters:
(objectid)
objectidThe objectid you want to check if is moving.


Returns1 if the object is moving, 0 if not.


if(IsObjectMoving(objectid)) StopObject(objectid);

Related Functions

The following functions might be useful, as they're related to this callback in one way or another.


Related Callbacks

The following callbacks might be useful as well, as they're related to this callback in one way or another.

Personal tools