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
Parameters
Examples
No human-generated examples found for this function.
Auto-Generated Example
Faction myFaction__akFaction
int returnedValue = myActor__toCallFunctionOn.GetFactionRank(myFaction__akFaction)Related Pages
- Actor
- Actor.ModFactionRank(...)
- Actor.SetFactionRank(...)
- Actor.RemoveFromFaction(...)
- Actor.IsInFaction(...)
