Difference between revisions of "Potion Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Plplecuyer
 
imported>Qazaaq
(crosslinked)
 
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]
<BR/>
'''Editor:''' [[Potion]]


Script that represents an alchemy potion.
Script that represents an alchemy potion.
Line 24: Line 22:
== Events ==
== Events ==
None
None
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]

Latest revision as of 05:39, 22 October 2017

Extends: Form Script
Editor: Potion

Script that represents an alchemy potion.

Definition[edit | edit source]

ScriptName Potion extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

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

Events[edit | edit source]

None