Difference between revisions of "TreeObject Script"
m
fixed link
imported>Terra Nova2 (Note on the name change of this script with this recent update of SKSE.) |
imported>Scrivener07 m (fixed link) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
== Definition == | == Definition == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
ScriptName | ScriptName TreeObject extends Form | ||
</source> | </source> | ||
==SKSE Member Functions == | ==SKSE Member Functions == | ||
Line 17: | Line 16: | ||
:*Sets the harvest sound for this tree. | :*Sets the harvest sound for this tree. | ||
:''' | :'''Form [[GetIngredient - Tree|GetIngredient]]()''' | ||
:*Returns the Ingredient associated with this tree. | :*Returns the Ingredient associated with this tree. | ||
:'''[[SetIngredient - Tree|SetIngredient]]( | :'''[[SetIngredient - Tree|SetIngredient]](Form ''akIngredient'')''' | ||
:*Sets the Ingredient associated with this tree. | :*Sets the Ingredient associated with this tree. | ||
== Events == | == Events == | ||
Line 28: | Line 26: | ||
== Notes == | == Notes == | ||
*As of SKSE version 1.7.2, this script has been | *As of SKSE version 1.7.2, this script has been renamed from '''Tree''' to '''TreeObject''', to avoid conflicts with vanilla scripts. | ||
*As of SKSE version 1.7.3, <code>GetIngredient()</code> returns a [[Form Script|Form]] and <code>SetIngredient()</code> accepts a Form as an argument. They previously only returned or accepted an [[Ingredient]]. | |||
[[Category:Scripting]] | [[Category:Scripting]] |