SetFactionOwner - Cell

From the Fallout4 CreationKit Wiki
Revision as of 14:45, 22 October 2013 by imported>DarkruneDK (Reverted edits by Smeister (talk) to last revision by Rhavlovick)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Cell Script

Sets the faction as the owner of this cell.

Syntax[edit | edit source]

Function SetFactionOwner(Faction akFaction) native

Parameters[edit | edit source]

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

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]