Description
Wiki Description
Modifies this actor's rank in the specified faction. Will not remove an actor from a faction.
Documentation Comment
Modifies this actor's rank in the faction
Caveats
Parameters
intaiMod
CK Wiki Description
How much to adjust the rank by.
Examples
; Modify Vapor's rank in the Empire
Vapor.ModFactionRank(EmpireFactionProperty, 50)Auto-Generated Example
Faction myFaction__akFaction
int myInt__aiMod
myActor__toCallFunctionOn.ModFactionRank(myFaction__akFaction, myInt__aiMod)Related Pages
- Actor
- Actor.GetFactionRank(...)
- Actor.RemoveFromFaction(...)
- Actor.SetFactionRank(...)
- Actor.IsInFaction(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
