Flora Script

From the CreationKit Wiki
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.