Difference between revisions of "Shout Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Rhavlovick
m (1 revision: Clobber re-import by Henning)
 
imported>CraftySentinel
(→‎SKSE Member Functions: Added SKSE Member functions, should now contain all SKSE functions upto 1.06.16)
Line 20: Line 20:
== Member Functions ==
== Member Functions ==
None
None
== SKSE Member Functions ==
{|class="wikitable" width =100%
!style="text-align:left;"|Function
!style="text-align:left;"|Description
|-
|[[GetNthWordOfPower - Shout|WordOfPower '''GetNthWordOfPower'''(Int ''n'')]]
|
|-
|[[GetNthSpell - Shout|Spell '''GetNthSpell'''(Int ''n'')]]
|
|-
|[[GetNthRecoveryTime - Shout|Float '''GetNthRecoveryTime'''(Int ''n'')]]
|
|-
|[[SetNthWordOfPower - Shout|'''GetNthWordOfPower'''(Int ''n'', WordOfPower ''aWoop'')]]
|
|-
|[[SetNthSpell - Shout|'''SetNthSpell'''(Int ''n'', Spell ''aSpell'')]]
|
|-
|[[SetNthRecoveryTime - Shout|'''SetNthRecoveryTime'''(Int ''n'', Float ''time'')]]
|
|-
|}


== Events ==
== Events ==
None
None

Revision as of 23:34, 29 October 2013


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