- Found in:
- SKSE
Description
Wiki Description
Used to set a Perk's Entry Point Value field(s).
Caveats
CK Wiki - Notes
- Changes made with this function will persist across separate save loads but not across full game restarts.
- This function allows setting Entry Point values more precisely than in the CK - which rounds decimal values to the nearest hundreth.
Parameters
intn
inti
floatvalue
Examples
Perk Property ExtraEffect auto
;...
ExtraEffect.SetNthEntryValue(0, 0, 3.00)Auto-Generated Example
int myInt__n
int myInt__i
float myFloat__value
bool returnedValue = myPerk__toCallFunctionOn.SetNthEntryValue(myInt__n, myInt__i, myFloat__value)Related Pages
Perk.GetNthEntryValue(...)
