removeDependent
removeDependent(g_object g_dependent) =>t / nil
Description
Removes a dependent object from the given object.
An object can be a dependent of multiple SKILL meta objects. If an attempt is made to remove an object from a given meta object of which the object is not a dependent,
removeDependent will return nil but not display any error.Arguments
|
Specifies a SKILL object, which could be a class or a generic function from which the dependent object needs to be removed. |
|
Value Returned
Examples
This example removes the dependent object, dep1, from the object of class, class.
removeDependent( findClass('class) 'dep1)
Related Topics
Dependency Maintenance Protocol Functions
Return to top