Create
From IfsoGUIWiki
Contents |
Declaration
Create:GadgetType()
Creates and returns an instance of the gadget type. Each gadget should have a create function. Parameters will vary from gadget to gadget.
Returns
An new instance of the gadget type.
Parameters
The Create function will have different parameters depending on the gadget.
Gadget Information
All gadgets that can be instantiated should have a Create function. The Base gadget can not be instantiated, therefore it does not have a Create function.
