Flora Script

Revision as of 02:24, 28 July 2019 by imported>KainXavier (→‎SKSE Member Functions)


Extends: Activator Script

Script for the manipulation of flora base objects.

Definition

ScriptName Flora extends Activator

Properties

None

Global Functions

None

Member Functions

None

SKSE Member Functions

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

None