Description
Wiki Description
Gets this actor's rank in the specified faction.
Documentation Comment
Obtains this actor's rank with the specified faction - returns -1 if the actor is not a member
Caveats
Parameters
Examples
; Is the Jarl in the empire faction?
if (Jarl.GetFactionRank(EmpireFaction) >= 0)
Debug.Trace("Jarl is in the empire faction")
endIfAuto-Generated Example
Faction myFaction__akFaction
int returnedValue = myActor__toCallFunctionOn.GetFactionRank(myFaction__akFaction)Related Pages
- Actor
- Actor.ModFactionRank(...)
- Actor.SetFactionRank(...)
- Actor.RemoveFromFaction(...)
- Actor.IsInFaction(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
