GetOwner

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the Owner (BaseForm) of the calling reference. The owner can be a Faction or an NPC.

Syntax

[help]
(owner:baseForm) reference.GetOwner

Example

ref owner
set owner to someItem.GetOwner 

See Also