Background for Skyrim SE
Member of the PO3_SKSEFunctions script
intfunctionGetNumActorsWithEffectInRange(ObjectReferenceakRef, floatafRadius, MagicEffectakEffect, boolabignorePlayer)NativeGlobal


Caveats


Parameters

ObjectReferenceakRef

floatafRadius

MagicEffectakEffect

boolabignorePlayer


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
float myFloat__afRadius
MagicEffect myMagicEffect__akEffect
bool myBool__abignorePlayer

int returnedValue = PO3_SKSEFunctions.GetNumActorsWithEffectInRange(myObjectReference__akRef, myFloat__afRadius, myMagicEffect__akEffect, myBool__abignorePlayer)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.