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

IsFemale

Returns the mobile sex for mobile with ID ObjID

If mobile is female - will return True.

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

Pascal

function IsFemale(ObjID : Cardinal) : Boolean;

Python

def IsFemale(ObjID) -> boolean