Flora Script

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)


Extends: Activator Script

Script for the manipulation of flora base objects.

DefinitionEdit

ScriptName Flora extends Activator

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

None

SKSE Member FunctionsEdit

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.

EventsEdit

None

NotesEdit

  • 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.