ModFactionRank - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Modifies this actor's rank in the specified faction. Will not remove an actor from a faction.
Syntax[edit | edit source]
Function ModFactionRank(Faction akFaction, int aiMod) native
Parameters[edit | edit source]
- akFaction: The Faction to modify this actor's rank in.
- aiMod: How much to adjust the rank by.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Modify Vapor's rank in the Empire
Vapor.ModFactionRank(EmpireFactionProperty, 50)