SetFactionRank - Actor

From the Fallout4 CreationKit Wiki
Revision as of 16:27, 18 October 2011 by imported>Vitamant (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

Sets this actor's rank in the specified faction. Adds the actor to the faction if necessary.

Syntax[edit | edit source]

Function SetFactionRank(Faction akFaction, int aiRank) native

Parameters[edit | edit source]

  • akFaction: The Faction to set this actor's rank in.
  • aiRank: The rank in the faction the actor should be.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Set the empire faction rank for Luke to 0
Luke.SetFactionRank(EmpireFaction, 0)

See Also[edit | edit source]