AddForm - FormList

Member of: FormList Script

Adds the given form to the form list.

SyntaxEdit

Function AddForm(Form apForm) native

ParametersEdit

  • apForm: Form to add to the list

Return ValueEdit

None

ExamplesEdit

; Adds the diamond to the gem list
GemList.AddForm(Diamond)

See AlsoEdit