Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

IsFemale

Check if the object with ID ObjID is movable or not

If object is movable - will return True.

If disconnected, or object not exists, or object not movable - will return False.

NB: On some server some items locked with special conditions (like by GMs or by house locks etc) cannot be moved, but server send object info like for normal movable objects. So, this metod is not a 100% warranty of successfull moving.

Pascal

function IsMovable(ObjID : Cardinal) : Boolean;

Python

def IsMovable(ObjID) -> boolean