Difference between revisions of "Shout Script"
Jump to navigation
Jump to search
imported>Terra Nova2 m (→SKSE Member Functions: Fixed a typo with SetNthWordOfPower) |
imported>Terra Nova2 (→SKSE Member Functions: Cleaned up the SKSE member Functions section a bit.) |
||
Line 22: | Line 22: | ||
== SKSE Member Functions == | == SKSE Member Functions == | ||
*[[GetNthWordOfPower - Shout|WordOfPower '''GetNthWordOfPower'''(Int ''n'')]] | |||
*[[GetNthSpell - Shout|Spell '''GetNthSpell'''(Int ''n'')]] | |||
*[[GetNthRecoveryTime - Shout|Float '''GetNthRecoveryTime'''(Int ''n'')]] | |||
*[[SetNthWordOfPower - Shout|'''SetNthWordOfPower'''(Int ''n'', WordOfPower ''aWoop'')]] | |||
*[[SetNthSpell - Shout|'''SetNthSpell'''(Int ''n'', Spell ''aSpell'')]] | |||
*[[SetNthRecoveryTime - Shout|'''SetNthRecoveryTime'''(Int ''n'', Float ''time'')]] | |||
== Events == | == Events == | ||
None | None |
Latest revision as of 05:49, 20 February 2016
Extends: Form Script
Script for the manipulation of shouts.
Definition[edit | edit source]
ScriptName Shout extends Form
Properties[edit | edit source]
None
Global Functions[edit | edit source]
None
Member Functions[edit | edit source]
None
SKSE Member Functions[edit | edit source]
- 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 | edit source]
None