GetContactSpell - WaterType

From the Fallout4 CreationKit Wiki
Revision as of 20:00, 21 January 2018 by imported>Qazaaq (added required f4se version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Gets the contact Spell for this water type.

Syntax[edit | edit source]

Spell Function GetContactSpell() Native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The contact Spell for this water type.

Examples[edit | edit source]

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

Notes[edit | edit source]

None

See Also[edit | edit source]