Background for Skyrim SE
Member of the _Q2C_Functions script
Shout[]functionActorBaseGetShouts(ActorBaseakActorBase, KeywordakKeyword=NONE)NativeGlobal

Description

Documentation String

Returns an array of Shouts that match the specified Keyword.


Caveats


Parameters

ActorBaseakActorBase

KeywordakKeyword=NONE


Examples

Auto-Generated Example

ActorBase myActorBase__akActorBase
Keyword myKeyword__akKeyword

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