Background for Skyrim SE
Member of the PO3_SKSEFunctions script
ObjectReference[]functionFindAllReferencesOfFormType(ObjectReferenceakRef, intformType, floatafRadius)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Finds all references of form type in loaded cells, within radius from ref.
  • If afRadius is 0, it will get all references from all attached cells

Caveats


Parameters

ObjectReferenceakRef

intformType

floatafRadius


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
int myInt__formType
float myFloat__afRadius

ObjectReference[] returnedValue = PO3_SKSEFunctions.FindAllReferencesOfFormType(myObjectReference__akRef, myInt__formType, myFloat__afRadius)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.