Difference between revisions of "WaterType Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(see also)
imported>ShadeMe
(Re-order F4SE Member functions)
Line 22: Line 22:
*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.
*Function [[SetConsumeSpell - WaterType|SetConsumeSpell]](Spell sp)
** Sets the consume spell for this water type.
*Spell Function [[GetContactSpell - WaterType|GetContactSpell]]()
*Spell Function [[GetContactSpell - WaterType|GetContactSpell]]()
** Gets the contact spell for this water type.
** Gets the contact spell for this water type.
*Function [[SetContactSpell - WaterType|SetContactSpell]](Spell sp)
*Function [[SetConsumeSpell - WaterType|SetConsumeSpell]](Spell akSpell)
** Sets the consume spell for this water type.
*Function [[SetContactSpell - WaterType|SetContactSpell]](Spell akSpell)
** Sets the contact spell for this water type.
** Sets the contact spell for this water type.


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

Revision as of 02:30, 22 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.
  • 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

None

See Also