Shout Script

Revision as of 05:18, 20 February 2016 by imported>Terra Nova2 (→‎SKSE Member Functions: Fixed a typo with SetNthWordOfPower)


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)
SetNthWordOfPower(Int n, WordOfPower aWoop)
SetNthSpell(Int n, Spell aSpell)
SetNthRecoveryTime(Int n, Float time)

Events

None