- Found in:
- Scrab's PE
Form[]functionGetItemsByKeyword(ObjectReferenceakContainer, Keyword[]akKeywords, boolabMatchAll=false)Global
Description
Documentation Comment
Inventory Processing
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akContainer
Keyword[] myKeywordArray__akKeywords
bool myBool__abMatchAll
Form[] returnedValue = PyramidUtils.GetItemsByKeyword(myObjectReference__akContainer, myKeywordArray__akKeywords, myBool__abMatchAll)