Shout Script

Revision as of 23:34, 29 October 2013 by imported>CraftySentinel (→‎SKSE Member Functions: Added SKSE Member functions, should now contain all SKSE functions upto 1.06.16)


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

Function Description
WordOfPower GetNthWordOfPower(Int n)
Spell GetNthSpell(Int n)
Float GetNthRecoveryTime(Int n)
GetNthWordOfPower(Int n, WordOfPower aWoop)
SetNthSpell(Int n, Spell aSpell)
SetNthRecoveryTime(Int n, Float time)

Events

None