enderalse/source/scripts/shout.psc

10 lines
400 B
Plaintext

Scriptname Shout extends Form Hidden
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
WordOfPower Function GetNthWordOfPower(int n) native
Spell Function GetNthSpell(int n) native
float Function GetNthRecoveryTime(int n) native
Function SetNthWordOfPower(int n, WordOfPower aWoop) native
Function SetNthSpell(int n, Spell aSpell) native
Function SetNthRecoveryTime(int n, float time) native