Flora Script

Revision as of 04:58, 24 October 2013 by imported>CraftySentinel (→‎SKSE Member Functions: Formatting Change)


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

Function Description
SoundDescriptor GetHarvestSound() Returns the harvest sound associated with this flora.
SetHarvestSound(SoundDescriptor akSoundDescriptor) Sets the harvest sound for this flora.
Ingredient GetIngredient() Returns the Ingredient associated with this flora.
SetIngredient(Ingredient akIngredient) Sets the Ingredient associated with this flora.

Events

None