Background for Skyrim SE
Member of the _Q2C_Functions script
boolfunctionActorBaseHasShout(ActorBaseakActorBase, KeywordakKeyword)Global

Description

Documentation String

Scans the ActorBase's shouts, returning true at the first one that matches the specified Keyword.


Caveats


Parameters

ActorBaseakActorBase

KeywordakKeyword


Examples

Auto-Generated Example

ActorBase myActorBase__akActorBase
Keyword myKeyword__akKeyword

bool returnedValue = _Q2C_Functions.ActorBaseHasShout(myActorBase__akActorBase, myKeyword__akKeyword)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.