Difference between revisions of "Shout Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>CraftySentinel
(→‎SKSE Member Functions: Added SKSE Member functions, should now contain all SKSE functions upto 1.06.16)
imported>Terra Nova2
m (→‎SKSE Member Functions: Fixed a typo with SetNthWordOfPower)
Line 39: Line 39:
|-
|-


|[[SetNthWordOfPower - Shout|'''GetNthWordOfPower'''(Int ''n'', WordOfPower ''aWoop'')]]
|[[SetNthWordOfPower - Shout|'''SetNthWordOfPower'''(Int ''n'', WordOfPower ''aWoop'')]]
|
|
|-
|-

Revision as of 05:18, 20 February 2016


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