GetNthPerkEntryType

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

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

Syntax

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

Entry Type Values

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


See Also