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

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


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.