Background for Skyrim SE
Member of the PO3_SKSEFunctions script
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

ObjectReferenceakRef

FormkeywordOrList

floatafRadius

boolabMatchAll


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

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