GetFactionOwner - Cell

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

Member of: Cell Script

Gets the Faction that owns this cell. Will return None if the cell isn't owned by a faction.

SyntaxEdit

Faction Function GetFactionOwner() native

ParametersEdit

None.

Return ValueEdit

The Faction that owns this cell.

ExamplesEdit

; Does the empire own the non-life star?
bool ownsNonLifeStar = (NonLifeStarProperty.GetFactionOwner() == EmpireFactionProperty)

See AlsoEdit