Difference between revisions of "Flora Script"

119 bytes removed ,  08:17, 2 February 2014
m
→‎SKSE Member Functions: Reverted To List
imported>CraftySentinel
m (→‎SKSE Member Functions: Formatting Change)
imported>CraftySentinel
m (→‎SKSE Member Functions: Reverted To List)
Line 23: Line 23:
==SKSE Member Functions ==
==SKSE Member Functions ==


{|class="wikitable" width =100%
:'''SoundDescriptor [[GetHarvestSound - Flora|GetHarvestSound]]()'''
!style="text-align:left;"|Function
:*Returns the harvest sound associated with this flora.
!style="text-align:left;"|Description
|-
|[[GetHarvestSound - Flora|SoundDescriptor '''GetHarvestSound'''()]]
|Returns the harvest sound associated with this flora.
|-


|[[SetHarvestSound - Flora|'''SetHarvestSound'''(SoundDescriptor ''akSoundDescriptor'')]]
:'''[[SetHarvestSound - Flora|SetHarvestSound]](SoundDescriptor ''akSoundDescriptor'')'''
|Sets the harvest sound for this flora.
:*Sets the harvest sound for this flora.
|-


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


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


== Events ==
== Events ==
None
None