Background for Skyrim SE
Member of the LibFire script
boolfunctionActorHasAnyKeyword(ActorakActor, FormListakKeywords)NativeGlobal

Description

Documentation Comment

Returns whether akActor has any keyword in akKeywords


Caveats


Parameters

ActorakActor

FormListakKeywords


Examples

Auto-Generated Example

Actor myActor__akActor
FormList myFormList__akKeywords

bool returnedValue = LibFire.ActorHasAnyKeyword(myActor__akActor, myFormList__akKeywords)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.