ModFactionRank - Actor

Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Modifies this actor's rank in the specified faction. Will not remove an actor from a faction.

SyntaxEdit

Function ModFactionRank(Faction akFaction, int aiMod) native

ParametersEdit

  • akFaction: The Faction to modify this actor's rank in.
  • aiMod: How much to adjust the rank by.

Return ValueEdit

None.

ExamplesEdit

; Modify Vapor's rank in the Empire
Vapor.ModFactionRank(EmpireFactionProperty, 50)

See AlsoEdit