FormList Script

Revision as of 16:26, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Native base script for Formlists in the game.

Definition

ScriptName FormList

Properties

None

Global Functions

None

Member Functions

  • Function AddForm(Form apForm)
    • Adds the given form to the form list.
  • Form Function GetAt(int aiIndex)
    • Returns the form in the list at index aiIndex.
  • int Function GetSize()
    • Returns the number of forms in the form list.
  • bool Function HasForm(Form akForm)
    • Returns whether the passed-in form is in this form list.
  • Function RemoveAddedForm(Form apForm)
    • Removes the given added form from the form list.
  • Function Revert()
    • Removes all script added forms from the form list.

Events

None