SetFactionRank - Actor

Member of: Actor Script

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

SyntaxEdit

Function SetFactionRank(Faction akFaction, int aiRank) native

ParametersEdit

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

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit