Flora Script

Revision as of 08:17, 2 February 2014 by imported>CraftySentinel (→‎SKSE Member Functions: Reverted To List)


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.
IngredientGetIngredient()
  • Returns the Ingredient associated with this flora.
SetIngredient(Ingredient akIngredient)
  • Sets the Ingredient associated with this flora.

Events

None