GetNthLevItem

From GECK
Jump to: navigation, search


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

Description

Returns the form of the entry at the given index for any LeveledItem, LeveledCreature, or LeveledCharacter list.

Syntax

[help]
(baseform) GetNthLevItem levelledList:baseform index:int 

Or:

(baseform) LListGetNthForm levelledList:baseform index:int

Example

set rRef to GetNthLevItem CapsFortuneFinder 3 

See Also