GetChild
From IfsoGUIWiki
Internal Method - Should only be called by the GUI and or a gadget.
Contents |
Declaration
GetChild:ifsoGUI_Base(name:String)
Returns the gadget with the name from the child list.
Returns
The gadget (ifsoGUI_Base) with the name. Returns Null if the gadget is not found in the child list.
Parameters
- name:String - Name of the gadget to find in the child list.
Gadget Information
Internal Method - Should only be called by the GUI and or a gadget.
