Background for Skyrim SE
Member of the LibFire script
boolfunctionActorIsInAnyFaction(ActorakActor, FormListakFactions)NativeGlobal

Description

Documentation Comment

Returns whether akActor is a member of any faction in akFactions with a rank greater than -1


Caveats


Parameters

ActorakActor

FormListakFactions


Examples

Auto-Generated Example

Actor myActor__akActor
FormList myFormList__akFactions

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