ModFactionRank - Actor

From the CreationKit Wiki
Revision as of 16:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)

See Also[edit | edit source]