IsParalyzed
Returns the paralyzed status for mobile with ID ObjID
If mobile is paralyzed - will return True.
If disconnected, or object not exists, or object not paralyzed - will return False.
NB: Not applicable for some “custom paralyze”, like on AOP shard etc - official “paralyze” flag not set, but when you try to move - server reject moving and shows message in journal.
Pascal
function IsParalyzed(ObjID : Cardinal) : Boolean;
Python
def IsParalyzed(ObjID) -> boolean