RemoveFormFromFormList

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.35.

Description

Removes a form from a FormList, and returns the index of where the removed form was in the FormList (or -1 if it could not be found). The change to the list is savebaked.

This function should be considered EXPERIMENTAL. Bugs may occur, so be vigilant.

Syntax

[help]
(index:int) RemoveFormFromFormList formList:baseForm form:baseForm/refr

Example

RemoveFormFromFormList AlcoholicDrinks SamAdamsBeer 

Bugs

  • This command unlike AddFormToFormList is currently session persistent, changes with this command will persist even when loading a save before the FormList was altered.

See Also