gobj_start_tree()#
Starts the given gobj and all its child objects recursively, unless they have the gcflag_manual_start flag set.
Prototype
int gobj_start_tree(
hgobj gobj
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The root object whose tree of child objects will be started. |
Return Value
Returns 0 on success, or a negative value if an error occurs.
Notes
If a child object has the gcflag_manual_start flag set, it will not be started automatically.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples