Flora Script

From the CreationKit Wiki
Revision as of 02:27, 28 July 2019 by imported>KainXavier (Added a "Notes" section and a note about a change made in SKSE v1.7.3.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Extends: Activator Script

Script for the manipulation of flora base objects.

Definition[edit | edit source]

ScriptName Flora extends Activator

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

None

SKSE Member Functions[edit | edit source]

SoundDescriptor GetHarvestSound()
  • Returns the harvest sound associated with this flora.
SetHarvestSound(SoundDescriptor akSoundDescriptor)
  • Sets the harvest sound for this flora.
Form GetIngredient()
  • Returns the Ingredient associated with this flora.
SetIngredient(Form akIngredient)
  • Sets the Ingredient associated with this flora.

Events[edit | edit source]

None

Notes[edit | edit source]

  • As of SKSE version 1.7.3, GetIngredient() returns a Form and SetIngredient() accepts a Form as an argument. They previously only returned / accepted an Ingredient.