Flora Script

From the CreationKit Wiki
Revision as of 08:12, 30 May 2013 by imported>Bot Owned (Added SKSE member functions.)
Jump to navigation Jump to search


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 Function GetHarvestSound()

  • Returns the harvest sound associated with this flora.

Function SetHarvestSound(SoundDescriptor akSoundDescriptor)

  • Sets the harvest sound for this flora.

Ingredient Function GetIngredient()

  • Returns the Ingredient associated with this flora.

Function SetIngredient(Ingredient akIngredient)

  • Sets the Ingredient associated with this flora.

Events

None