Difference between revisions of "AddForm - FormList"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Deazurain
imported>Dastrokes
Line 21: Line 21:
GemList.AddForm(Diamond)
GemList.AddForm(Diamond)
</source>
</source>
== Notes ==
*  This function adds the new form at the 0th index, adding 1 to the indices of the other list entries.


== See Also ==
== See Also ==

Revision as of 20:34, 26 June 2014

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)

Notes

  • This function adds the new form at the 0th index, adding 1 to the indices of the other list entries.

See Also