Background for Skyrim SE
Member of the PyramidUtils script
Form[]functionGetItemsByKeyword(ObjectReferenceakContainer, Keyword[]akKeywords, boolabMatchAll=false)Global

Description

Documentation Comment

Inventory Processing


Caveats


Parameters

ObjectReferenceakContainer

Keyword[]akKeywords

boolabMatchAll=false


Examples

Auto-Generated Example

ObjectReference myObjectReference__akContainer
Keyword[] myKeywordArray__akKeywords
bool myBool__abMatchAll

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