Background for Skyrim SE
Member of the LibFire script
boolfunctionActorIsInFaction(ActorakActor, FactionakFaction)NativeGlobal

Description

Documentation Comment

Returns whether akActor is a member of akFaction with a rank greater than -1


Parameters

  1. ActorakActor

  2. FactionakFaction


Examples

Auto-Generated Example

Actor myActor__akActor
Faction myFaction__akFaction

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