- Found in:
- SKSE
Description
Wiki Description
Returns an array of Factions the Actor is a member of filtered by the Actors rank. (Maximum Range of -128 to 127)
Documentation Comment
Returns all factions with the specified min and max ranks (-128 to 127)
Parameters
intminRank
intmaxRank
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__minRank
int myInt__maxRank
Faction[] returnedValue = myActor__toCallFunctionOn.GetFactions(myInt__minRank, myInt__maxRank)Related Pages
- Actor.AddToFaction(...)
- Actor.SetFactionRank(...)
- Actor.GetFactionRank(...)
- Actor.RemoveFromAllFactions()
- Faction
