Difference between revisions of "TreeObject Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Terra Nova2
imported>KainXavier
Line 16: Line 16:
:*Sets the harvest sound for this tree.
:*Sets the harvest sound for this tree.


:'''Ingredient [[GetIngredient - Tree|GetIngredient]]()'''
:'''Form [[GetIngredient - Tree|GetIngredient]]()'''
:*Returns the Ingredient associated with this tree.
:*Returns the Ingredient associated with this tree.


:'''[[SetIngredient - Tree|SetIngredient]](Ingredient ''akIngredient'')'''
:'''[[SetIngredient - Tree|SetIngredient]](Form ''akIngredient'')'''
:*Sets the Ingredient associated with this tree.
:*Sets the Ingredient associated with this tree.


== Events ==
== Events ==

Revision as of 01:20, 28 July 2019

Extends: Form Script

Script for the manipulation of Tree objects.

Definition

ScriptName TreeObject 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.
Form GetIngredient()
  • Returns the Ingredient associated with this tree.
SetIngredient(Form 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.