GetNthPerkEntryType

From GECK
Jump to: navigation, search


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

Description

Returns the type of the nth entry in a perk's entry list.

Syntax

[help]
(int) GetNthPerkEntryType perk:form nth:int

Example

GetNthPerkEntryType FastShot 1

Returns 1. The 2nd entry for FastShot (index 1), is a one-value Entry Point.

Entry Type Values

0	Dynamic
1	EntryPoint::OneValue
2	EntryPoint::TwoValue
3	EntryPoint::LeveledList
4	EntryPoint::ActivateOption
5	Ability
6	Quest

See Also