Difference between revisions of "TreeObject Script"
Jump to navigation
Jump to search
imported>CraftySentinel (Added Tree Script) |
imported>Terra Nova2 (Note on the name change of this script with this recent update of SKSE.) |
||
Line 27: | Line 27: | ||
None | None | ||
== Notes == | |||
*As of SKSE version 1.7.2, this script has been remaned '''TreeObject''' to avoid conflicts with vanilla scripts. | |||
[[Category:Scripting]] | [[Category:Scripting]] |
Revision as of 16:10, 24 December 2014
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
Notes
- As of SKSE version 1.7.2, this script has been remaned TreeObject to avoid conflicts with vanilla scripts.