- Found in:
- Vanilla
Description
Documentation Comment
Returns how many items have one or more given keywords on them, in this object reference's inventory.
Caveats
Parameters
FormListakKeywords
boolabMustMatchAll
Examples
Auto-Generated Example
FormList myFormList__akKeywords
bool myBool__abMustMatchAll
int returnedValue = myObjectReference__toCallFunctionOn.GetItemCountKeywords(myFormList__akKeywords, myBool__abMustMatchAll)