Difference between revisions of "Ingredient Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Plplecuyer
 
imported>Qazaaq
(typo)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]
<BR/>
'''Editor:''' [[Ingredient]]


Script that represents an alchemy ingredient.
Script that represents an alchemy ingredient.
Line 30: Line 28:
== Events ==
== Events ==
None
None
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Items]]

Latest revision as of 19:43, 28 October 2017

Extends: Form Script
Editor: Ingredient

Script that represents an alchemy ingredient.

Definition[edit | edit source]

ScriptName Ingredient 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 ingredient is considered hostile or not.
  • Function LearnEffect(int aiIndex)
    • Flags the effect with the given index as known by the player.
  • int Function LearnNextEffect()
    • Flags the next unknown effect as known by the player, returning index of learned effect.
  • Function LearnAllEffects()
    • Flags the all effects as known by the player.

Events[edit | edit source]

None