Difference between revisions of "Spell Script"
Jump to navigation
Jump to search
Added missing functions
imported>Wafflesalot |
imported>Dominoid (Added missing functions) |
||
Line 51: | Line 51: | ||
'''int Function [[GetCostliestEffectIndex - Spell|GetCostliestEffectIndex]]()''' | '''int Function [[GetCostliestEffectIndex - Spell|GetCostliestEffectIndex]]()''' | ||
*Returns which effect of the spell has the highest cost. | *Returns which effect of the spell has the highest cost. | ||
'''int Function [[GetMagickaCost - Spell|GetMagickaCost]]()''' | |||
*Returns the base magicka cost of the spell | |||
'''int Function [[GetEffectiveMagickaCost - Spell|GetEffectiveMagickaCost]](Actor caster)''' | '''int Function [[GetEffectiveMagickaCost - Spell|GetEffectiveMagickaCost]](Actor caster)''' | ||
*Returns the effective cost of the spell. | *Returns the effective cost of the spell. | ||
'''Perk Function [[GetPerk - Spell|GetPerk]]()''' | |||
*Return the perk associated with the spell. | |||
== Events == | == Events == | ||
None | None |