- Found in:
- Scrab's PE
Description
Documentation Comment
Same as WornHasKeyword(), but allows to specify multiple keywords
The string variant allows to search for substrings in keywords if abMatchPartial is true
Returns all keywords that are present on any worn form, in case of abMatchPartial = true, returns the first match
Caveats
Parameters
Examples
Auto-Generated Example
Actor myActor__akActor
Keyword[] myKeywordArray__akKeywords
Keyword[] returnedValue = SPE_Actor.WornHasKeywords(myActor__akActor, myKeywordArray__akKeywords)