IsObjectExists
Check if the object with ID ObjID is exists in Stealth object cache.
If disconnected, or object not exists - will return False.
NB: Object can exists, but not be in Stealth cache due to some reasons. F.e. bag with item is not open, item removed from cache due to big distance, etc etc.
Pascal
function IsObjectExists(ObjID : Cardinal) : Boolean;
Python
def IsObjectExists(ObjID) -> boolean