GetFactionOwner - ObjectReference

Revision as of 13:39, 14 October 2014 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

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

SyntaxEdit

Faction Function GetFactionOwner() native

ParametersEdit

None.

Return ValueEdit

The Faction that owns this object.

ExamplesEdit

; Does the empire own the walker?
bool ownsWalker = (WalkerProperty.GetFactionOwner() == EmpireFactionProperty)

See AlsoEdit