SetFactionOwner - Cell

Member of: Cell Script

Sets the faction as the owner of this cell.

SyntaxEdit

Function SetFactionOwner(Faction akFaction) native

ParametersEdit

  • akFaction: The Faction to set as this cell's owner.

Return ValueEdit

None.

ExamplesEdit

; Set the empire as owning the non-life star
NonLifeStarProperty.SetFactionOwner(EmpireFactionProperty)

See AlsoEdit