GetNthLevItemCount

From GECK
Jump to: navigation, search


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

Description

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

Syntax

[help]
(count:int) GetNthLevItemCount levelledList:baseform index:int 

Or:

(count:int) LListGetNthCount levelledList:baseform index:int

Example

set iCount to GetNthLevItemCount CapsFortuneFinder 3 

See Also