Difference between revisions of "WaterType Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Added base script)
 
imported>Qazaaq
(fixed f4se section name)
Line 17: Line 17:


== Member Functions ==
== Member Functions ==
None
== F4SE Member Functions ==
*Spell Function [[GetConsumeSpell - WaterType|GetConsumeSpell]]()
*Spell Function [[GetConsumeSpell - WaterType|GetConsumeSpell]]()
** Gets the consume spell for this water type.
** Gets the consume spell for this water type.

Revision as of 20:11, 12 October 2017

Extends: Form Script

Editor: WaterType

Script for the manipulation of WaterType objects.

Definition

ScriptName WaterType extends Form Native Hidden

Properties

None

Global Functions

None

Member Functions

None

F4SE Member Functions

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

Events

None