[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
SetContactSpell - WaterType
Jump to navigation
Jump to search
F4SE Member of: WaterType Script
Requires F4SE version 0.3.1 or higher.
Sets the contact Spell for this water type.
Syntax[edit | edit source]
Function SetContactSpell(Spell sp) Native
Parameters[edit | edit source]
sp: The contact Spell for this water type.
Return Value[edit | edit source]
None
Examples[edit | edit source]
MyWaterType.SetContactSpell(MySpell)
Notes[edit | edit source]
None