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