- Found in:
- PO3's PE
ObjectReference[]functionFindAllReferencesWithKeyword(ObjectReferenceakRef, FormkeywordOrList, floatafRadius, boolabMatchAll)NativeGlobal
Description
GitHub Wiki Description (PO3's PE)
- Find all references with keyword 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
Form myForm__keywordOrList
float myFloat__afRadius
bool myBool__abMatchAll
ObjectReference[] returnedValue = PO3_SKSEFunctions.FindAllReferencesWithKeyword(myObjectReference__akRef, myForm__keywordOrList, myFloat__afRadius, myBool__abMatchAll)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
