- Found in:
- Inventory Functions
Description
Documentation String
Scans the ActorBase's shouts, returning true at the first one that matches the specified Keyword.
Caveats
Parameters
Examples
Auto-Generated Example
ActorBase myActorBase__akActorBase
Keyword myKeyword__akKeyword
bool returnedValue = _Q2C_Functions.ActorBaseHasShout(myActorBase__akActorBase, myKeyword__akKeyword)