Difference between revisions of "GetNthPerkEntryType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = LU |summary = Returns the type of the nth entry in a perk's entry list. |name = GetNthPerkEntryType |returnType = int |arguments = {{FunctionArgum...")
 
imported>Gribbleshnibit8
(add additional links)
 
Line 26: Line 26:


==See Also==
==See Also==
*[[GetNthPerkEntryValue1]]
*[[SetNthPerkEntryValue1]]
*[[GetNthPerkEntryValue2]]
*[[SetNthPerkEntryValue2]]
*[[GetNthPerkEntryString]]
*[[SetNthPerkEntryString]]
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[Category:Perk Functions (Lutana)]]
[[Category:Perk Functions (Lutana)]]

Latest revision as of 16:27, 12 December 2016

< [[::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