Background for Skyrim SE
Member of the SPE_ObjectRef script
Form[]functionGetItemsByKeyword(ObjectReferenceakReference, Keyword[]akKeywords, boolabMatchAll)NativeGlobal

Description

Documentation Comment

Return all items on the given object which includes any (or all) of the given keywords


Caveats


Parameters

ObjectReferenceakReference

Keyword[]akKeywords

boolabMatchAll


Examples

Auto-Generated Example

ObjectReference myObjectReference__akReference
Keyword[] myKeywordArray__akKeywords
bool myBool__abMatchAll

Form[] returnedValue = SPE_ObjectRef.GetItemsByKeyword(myObjectReference__akReference, myKeywordArray__akKeywords, myBool__abMatchAll)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.