obj_parentΒΆ
obj_parent returns the parent object or 0 if the object does not have a parent.
- o = obj_parent(obj)
Return Value
o is a pointer to the parent object of obj, or the number 0 if obj does not have a parent object.
Parameters
- obj
obj is the object created with obj_create.
id-771517