Description
Wiki Description
Sets the faction as the owner of this object.
Documentation Comment
Sets this object's owner to the specified faction
Caveats
Parameters
Examples
; Set the empire as owning the walker
WalkerProperty.SetFactionOwner(EmpireFactionProperty)Auto-Generated Example
Faction myFaction__akFaction
myObjectReference__toCallFunctionOn.SetFactionOwner(myFaction__akFaction)