- Found in:
- SKSE
Description
Wiki Description
Returns the effective magicka cost of the spell for the given caster.
Documentation Comment
return the effective magicka cost of the spell for given caster
Caveats
Parameters
Examples
Debug.Trace(castspell + " cost " + castspell.GetEffectiveMagickaCost(caster) + "magicka.")Auto-Generated Example
Actor myActor__caster
int returnedValue = mySpell__toCallFunctionOn.GetEffectiveMagickaCost(myActor__caster)