Difference between revisions of "AddForm - FormList"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>Deazurain |
||
Line 11: | Line 11: | ||
== Parameters == | == Parameters == | ||
*apForm: Form to add to the list | *apForm: Form to add to the list, if apForm == None this function seems to have no effect | ||
== Return Value == | == Return Value == |
Revision as of 10:27, 8 April 2013
Member of: FormList Script
Adds the given form to the form list.
Syntax
Function AddForm(Form apForm) native
Parameters
- apForm: Form to add to the list, if apForm == None this function seems to have no effect
Return Value
None
Examples
; Adds the diamond to the gem list
GemList.AddForm(Diamond)