FormList Script

Extends: Form Script

Editor: FormList

Native base script for Formlists in the game.

DefinitionEdit

ScriptName FormList extends Form Native Hidden

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

  • Function AddForm(Form apForm)
    • Adds the given form to the form list.
  • int Function Find(Form apForm)
    • Finds and returns the index of the specified form.
  • 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.

EventsEdit

None

See AlsoEdit