GetConsumeSpell - WaterType

F4SE Member of: WaterType Script
Requires F4SE version 0.3.1 or higher.

Gets the consume Spell for this water type.

SyntaxEdit

Spell Function GetConsumeSpell() Native

ParametersEdit

None

Return ValueEdit

The consume Spell for this water type.

ExamplesEdit

Spell consumeSpell = MyWaterType.GetConsumeSpell()
Debug.Trace(consumeSpell)

NotesEdit

None

See AlsoEdit