GetContactSpell - WaterType

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

Gets the contact Spell for this water type.

SyntaxEdit

Spell Function GetContactSpell() Native

ParametersEdit

None

Return ValueEdit

The contact Spell for this water type.

ExamplesEdit

Spell contactSpell = MyWaterType.GetContactSpell()
Debug.Trace(contactSpell)

NotesEdit

None

See AlsoEdit