GetEffectiveMagickaCost - Spell

Revision as of 05:17, 25 February 2013 by imported>Wafflesalot (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Spell Script Returns the effective magicka cost of the spell for the given caster. ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: Spell Script

Returns the effective magicka cost of the spell for the given caster.

SyntaxEdit

int Function GetEffectiveMagickaCost(Actor caster) native

ParametersEdit

  • Caster: The actor to calculate the cost for.

Return ValueEdit

The magicka cost of the spell.

ExamplesEdit

Debug.Trace(castspell + " cost " + castspell.GetEffectiveMagickaCost(caster) + "magicka.")

See AlsoEdit