- Found in:
- SKSE
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
Perk.SetNthEntryValue(...)
