Difference between revisions of "Flora Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Bot Owned
(Added SKSE member functions.)
imported>CraftySentinel
m (→‎SKSE Member Functions: Formatting Change)
Line 22: Line 22:


==SKSE Member Functions ==
==SKSE Member Functions ==
'''SoundDescriptor Function [[GetHarvestSound - Flora|GetHarvestSound]]()'''
*Returns the harvest sound associated with this flora.


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


'''Ingredient Function [[GetIngredient - Book|GetIngredient]]()'''
|[[SetHarvestSound - Flora|'''SetHarvestSound'''(SoundDescriptor ''akSoundDescriptor'')]]
*Returns the Ingredient associated with this flora.
|Sets the harvest sound for this flora.
|-


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


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

Revision as of 04:58, 24 October 2013


Extends: Activator Script

Script for the manipulation of flora base objects.

Definition

ScriptName Flora extends Activator

Properties

None

Global Functions

None

Member Functions

None

SKSE Member Functions

Function Description
SoundDescriptor GetHarvestSound() Returns the harvest sound associated with this flora.
SetHarvestSound(SoundDescriptor akSoundDescriptor) Sets the harvest sound for this flora.
Ingredient GetIngredient() Returns the Ingredient associated with this flora.
SetIngredient(Ingredient akIngredient) Sets the Ingredient associated with this flora.

Events

None