GetConsumeSpell - WaterType

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

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

Gets the consume Spell for this water type.

Syntax[edit | edit source]

Spell Function GetConsumeSpell() Native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The consume Spell for this water type.

Examples[edit | edit source]

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

Notes[edit | edit source]

None

See Also[edit | edit source]