Difference between revisions of "SetNthPerkEntryValue1"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = LU |summary = Sets the first value of the nth entry in a perk's entry list. (Stage for type 6) |name = SetNthPerkEntryValue1 |returnType = void |argu...")
 
imported>Gribbleshnibit8
(add additional links)
 
Line 17: Line 17:
}}
}}
==See Also==
==See Also==
*[[GetNthPerkEntryType]]
*[[GetNthPerkEntryValue1]]
*[[GetNthPerkEntryValue1]]
*[[GetNthPerkEntryValue2]]
*[[SetNthPerkEntryValue2]]
*[[GetNthPerkEntryString]]
*[[SetNthPerkEntryString]]
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[Category:Perk_Functions_(Lutana)]]
[[Category:Perk_Functions_(Lutana)]]

Latest revision as of 15:25, 12 December 2016

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Sets the first value of the nth entry in a perk's entry list. (Stage for type 6)

Syntax

[help]
SetNthPerkEntryValue1 perk:form index:int value:float

See Also