- Found in:
- PO3's PE
intfunctionGetNumActorsWithEffectInRange(ObjectReferenceakRef, floatafRadius, MagicEffectakEffect, boolabignorePlayer)NativeGlobal
Caveats
Parameters
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)