Background for Fallout 4
Member of the Cell script
FactionfunctionGetFactionOwner()Native

Description

Wiki Description

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

Documentation Comment

Gets the faction that owns this cell (or none if not owned by a faction)


Caveats


Examples

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

Auto-Generated Example

Faction returnedValue = myCell__toCallFunctionOn.GetFactionOwner()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.