GetParentCellOwner

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the owner of the cell that the calling reference is in.

Syntax

[help]
(cellOwner:BaseForm) reference.GetParentCellOwner 

Or:

(cellOwner:BaseForm) reference.GetCellOwner

Example

ref parent
set parent to someRef.GetParentCellOwner 

See Also