Open main menu
Home
Random
Log in
Settings
About the CreationKit Wiki
Disclaimers
the CreationKit Wiki
Search
Shout Script
Language
Watch
Edit
Extends:
Form Script
Script for the manipulation of shouts.
Contents
1
Definition
2
Properties
3
Global Functions
4
Member Functions
5
SKSE Member Functions
6
Events
Definition
Edit
ScriptName Shout extends Form
Properties
Edit
None
Global Functions
Edit
None
Member Functions
Edit
None
SKSE Member Functions
Edit
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
Edit
None