- Found in:
- PO3's PE
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
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
