Flora Script


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.