Difference between revisions of "Enchantment Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Plplecuyer
 
imported>Qazaaq
(Crosslinked to editor reference)
Line 2: Line 2:
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
'''Extends:''' [[Form Script]]


'''Extends:''' [[Form Script]]
'''Editor:''' [[Enchantment]]


Script for the manipulation of enchantment base objects.
Script for the manipulation of enchantment base objects.

Revision as of 20:56, 6 June 2016

Extends: Form Script

Editor: Enchantment

Script for the manipulation of enchantment base objects.

Definition

ScriptName Enchantment extends Form Native Hidden

Properties

None

Global Functions

None

Member Functions

  • bool Function IsHostile()
    • Returns whether this enchantment is considered hostile or not.

Events

None