GetParentCellOwner

From the Fallout3 GECK Wiki
Revision as of 19:16, 1 February 2013 by imported>WarMachineDD7 (Created page with "{{Function |origin = FOSE1 |summary = Returns the owner of the cell of the calling reference. |name = GetParentCellOwner |alias = GetCellOwner |returnType = ref |referen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the owner of the cell of the calling reference.

Syntax

[help]
(ref) ref.GetParentCellOwner 

Or:

(ref) ref.GetCellOwner

Example

ref parent
set parent to someRef.GetParentCellOwner