IsValidObject

IsValidObject

Description:
Function IsValidObject checks if an object with the ID provided exists.
This is to check if an object exists, not if a model is valid.


Parameters:
(objectid)
int objectid The ID of the object to check the existence of.


Return Values:
  • 1: The object exists.
  • 0: The object does not exist.


Examples:
if(IsValidObject(objectid)) DestroyObject(objectid);


Related Functions
The following functions may be useful, as they are related to this function in one way or another.