Difference between revisions of "WaterType Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>ShadeMe
(Re-order F4SE Member functions)
imported>Qazaaq
(Added categories)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]
 
<BR>
'''Editor:''' [[WaterType]]
'''Editor:''' [[WaterType]]


Line 40: Line 40:
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
[[Category:WorldData]]
[[Category:F4SE]]
[[Category:F4SE]]

Latest revision as of 00:20, 19 December 2018

Extends: Form Script
Editor: WaterType

Script for the manipulation of WaterType objects.

Definition[edit | edit source]

ScriptName WaterType extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

None

F4SE Member Functions[edit | edit source]

  • Spell Function GetConsumeSpell()
    • Gets the consume spell for this water type.
  • Spell Function GetContactSpell()
    • Gets the contact spell for this water type.
  • Function SetConsumeSpell(Spell akSpell)
    • Sets the consume spell for this water type.
  • Function SetContactSpell(Spell akSpell)
    • Sets the contact spell for this water type.

Events[edit | edit source]

None

See Also[edit | edit source]