- Found in:
- Scrab's PE
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
Examples
Auto-Generated Example
ObjectReference myObjectReference__akReference
Keyword[] myKeywordArray__akKeywords
bool myBool__abMatchAll
Form[] returnedValue = SPE_ObjectRef.GetItemsByKeyword(myObjectReference__akReference, myKeywordArray__akKeywords, myBool__abMatchAll)