- 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
Parameters
Actorcaster
CK Wiki Description
The actor to calculate the cost for.
Examples
Debug.Trace(castspell + " cost " + castspell.GetEffectiveMagickaCost(caster) + "magicka.")Auto-Generated Example
Actor myActor__caster
int returnedValue = mySpell__toCallFunctionOn.GetEffectiveMagickaCost(myActor__caster)