Difference between revisions of "Potion Script"

480 bytes added ,  09:37, 23 September 2016
no edit summary
imported>Kerberus14
imported>Palingard
 
(3 intermediate revisions by 2 users not shown)
Line 30: Line 30:
:'''Bool [[IsFood - Potion|IsFood]]()'''
:'''Bool [[IsFood - Potion|IsFood]]()'''
:*Returns whether the potion is considered food.
:*Returns whether the potion is considered food.
:'''Bool [[IsPoison- Potion|IsPoison]]()'''
:*Returns whether the potion is considered Poison.


:'''Int [[GetNumEffects - Potion|GetNumEffects]]()'''
:'''Int [[GetNumEffects - Potion|GetNumEffects]]()'''
Line 49: Line 52:
:*Returns which effect of the potion has the highest cost.
:*Returns which effect of the potion has the highest cost.


:'''[[SetNthEffectMagnitude - Spell|SetNthEffectMagnitude]](Int ''index'', Float ''value'')'''
:'''[[SetNthEffectMagnitude - Potion|SetNthEffectMagnitude]](Int ''index'', Float ''value'')'''
:*Sets the magnitude of the specified effect.
:*Sets the magnitude of the specified effect.


:'''[[SetNthEffectArea - Spell|SetNthEffectArea]](Int ''index'', Int ''value'')'''
:'''[[SetNthEffectArea - Potion|SetNthEffectArea]](Int ''index'', Int ''value'')'''
:*Sets the area of the specified effect.
:*Sets the area of the specified effect.


:'''[[SetNthEffectDuration - Spell|SetNthEffectDuration]](Int ''index'', Int ''value'')'''
:'''[[SetNthEffectDuration - Potion|SetNthEffectDuration]](Int ''index'', Int ''value'')'''
:*Sets the duration of the specified effect.
:*Sets the duration of the specified effect.
:'''Bool [[IsPoison- Potion|IsPoison]]()'''
:*Returns whether the potion is considered Poison.


:'''SoundDescriptor [[GetUseSound- Potion|GetUseSound]]()'''
:'''SoundDescriptor [[GetUseSound- Potion|GetUseSound]]()'''
:*Returns the [[Sound Descriptor|sound descriptor]] of this potion as a form id.
:*Returns the [[Sound Descriptor|sound descriptor]] of this potion as a form id.
:'''Float[] [[GetEffectMagnitudes - Potion|GetEffectMagnitudes]]()'''
:*Returns all the magnitudes of this object in order.
:'''Int[] [[GetEffectAreas- Potion|GetEffectAreas]]()'''
:*Returns all the areas of this object in order.
:'''Int[] [[GetEffectDurations - Potion|GetEffectDurations]]()'''
:*Returns all the durations of this object in order.
:'''MagicEffect[] [[GetMagicEffects- Potion|GetMagicEffects]]()'''
:*Returns all the magic effects of this object in order.


== Events ==
== Events ==
None
None
Anonymous user