boolean IPS_HasChildren (integer $ObjectID)
ObjectID | The ID of the object |
TRUE if the object has child objects, otherwise FALSE |
This function checks if the object with the ID ObjectID has child objects.
if (IPS_IsHasChildren(0)) echo "The root object has child objects!";