Background for Fallout 4
Member of the WaterType script
SpellfunctionGetConsumeSpell()Native

Description

Wiki Description

Gets the consume Spell for this water type.


Caveats

CK Wiki - Notes

None


Examples

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

Auto-Generated Example

Spell returnedValue = myWaterType__toCallFunctionOn.GetConsumeSpell()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.