TreeObject Script
Revision as of 03:45, 3 February 2014 by imported>CraftySentinel (Added Tree Script)
Extends: Form Script
Script for the manipulation of Tree objects.
Definition
ScriptName Tree extends Form
SKSE Member Functions
- SoundDescriptor GetHarvestSound()
- Returns the harvest sound associated with this tree.
- SetHarvestSound(SoundDescriptor akSoundDescriptor)
- Sets the harvest sound for this tree.
- Ingredient GetIngredient()
- Returns the Ingredient associated with this tree.
- SetIngredient(Ingredient akIngredient)
- Sets the Ingredient associated with this tree.
Events
None