- Found in:
- iEquip
Description
Documentation Comment
@brief Returns the magnitude of the active magic effect on the specified actor.
@param a_actor The actor the magic effect is applied to.
@param a_mgef The magic effect to retrieve the magnitude of.
@return Returns 0.0 on error, else returns the magnitude of the specified magic effect.
Caveats
Parameters
Actora_actor
MagicEffecta_mgef
Examples
Auto-Generated Example
Actor myActor__a_actor
MagicEffect myMagicEffect__a_mgef
float returnedValue = iEquip_ActorExt.GetMagicEffectMagnitude(myActor__a_actor, myMagicEffect__a_mgef)