Shout Script
Revision as of 05:49, 20 February 2016 by imported>Terra Nova2 (→SKSE Member Functions: Cleaned up the SKSE member Functions section a bit.)
Extends: Form Script
Script for the manipulation of shouts.
Definition
ScriptName Shout extends Form
Properties
None
Global Functions
None
Member Functions
None
SKSE Member Functions
- WordOfPower GetNthWordOfPower(Int n)
- Spell GetNthSpell(Int n)
- Float GetNthRecoveryTime(Int n)
- SetNthWordOfPower(Int n, WordOfPower aWoop)
- SetNthSpell(Int n, Spell aSpell)
- SetNthRecoveryTime(Int n, Float time)
Events
None