LeveledListRemoveForm

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Removes all entries with the given form from a leveled list. Returns the number of entries removed.

Syntax

[help]
(int) LeveledListRemoveForm levelledList:baseform formToRemove:baseform 

Or:

(int) LListRemoveForm levelledList:baseform formToRemove:baseform

Example

set iNumRemoved to LeveledListRemoveForm CapsFortuneFinder Caps001

Example

LeveledListRemoveForm CapsFortuneFinder Caps001

Removes without checking how many

See Also