GetNthLevItemLevel

From GECK
Jump to: navigation, search


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

Description

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

Syntax

[help]
(level:int) GetNthLevItemLevel levelledList:baseform index:int 

Or:

(level:int) LListGetNthLevel levelledList:baseform index:int

Example

set iLevel to GetNthLevItemLevel CapsFortuneFinder 3 

See Also