Background for Skyrim SE
Member of the Perk script
floatfunctionGetNthEntryValue(intn, inti)Native

Description

Wiki Description

Obtains the current value from a Perk's Entry Point Value field.


Caveats

CK Wiki - Notes

  • Changes made with this function will persist across separate save loads but not across full game restarts.

Parameters

intn

inti


Examples

float currentMagMult = SomeModSpellMagnitudePerk.GetNthEntryValue(0, 0)

Auto-Generated Example

int myInt__n
int myInt__i

float returnedValue = myPerk__toCallFunctionOn.GetNthEntryValue(myInt__n, myInt__i)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.