Difference between revisions of "Flora Script"

293 bytes added ,  02:27, 28 July 2019
Added a "Notes" section and a note about a change made in SKSE v1.7.3.
imported>CraftySentinel
m (→‎SKSE Member Functions: Reverted To List)
imported>KainXavier
(Added a "Notes" section and a note about a change made in SKSE v1.7.3.)
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
:*Sets the harvest sound for this flora.
:*Sets the harvest sound for this flora.


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


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


== Events ==
== Events ==
None
None
== Notes ==
*As of SKSE version 1.7.3, GetIngredient() returns a Form and SetIngredient() accepts a Form as an argument.  They previously only returned / accepted an Ingredient.
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:SKSE]]
[[Category:SKSE Script Objects]]
Anonymous user