Background for Skyrim SE
Member of the LibFire script
intfunctionActorFindAnyKeyword(ActorakActor, Keyword[]argKeywords)NativeGlobal

Description

Documentation Comment

Returns the index of the first keyword in argKeywords assigned to akActor - if not found, -1 is returned


Caveats


Parameters

ActorakActor

Keyword[]argKeywords


Examples

Auto-Generated Example

Actor myActor__akActor
Keyword[] myKeywordArray__argKeywords

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