Difference between revisions of "Flora Script"

819 bytes added ,  02:27, 28 July 2019
Added a "Notes" section and a note about a change made in SKSE v1.7.3.
imported>Jlundin
(New page: Category:Scripting Category:Papyrus Category:Script Objects '''Extends:''' Activator Script Script for the manipulation of flora base objects. == Definition == <source l...)
 
imported>KainXavier
(Added a "Notes" section and a note about a change made in SKSE v1.7.3.)
 
(4 intermediate revisions by 3 users not shown)
Line 20: Line 20:
== Member Functions ==
== Member Functions ==
None
None
==SKSE Member Functions ==
:'''SoundDescriptor [[GetHarvestSound - Flora|GetHarvestSound]]()'''
:*Returns the harvest sound associated with this flora.
:'''[[SetHarvestSound - Flora|SetHarvestSound]](SoundDescriptor ''akSoundDescriptor'')'''
:*Sets the harvest sound for this flora.
:'''Form [[GetIngredient - Flora|GetIngredient]]()'''
:*Returns the Ingredient associated with this flora.
:'''[[SetIngredient - Flora|SetIngredient]](Form ''akIngredient'')'''
:*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