GetParentRef

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns the enable parent reference, as set in the Enable Parent tab of the Reference dialog. A reference with an enable parent will disable/enable in accordance with its parent

Syntax

[help]
(ref) [Actor, Activator].GetParentRef

Example

ref myParent
set myParent to BuddyRef.GetParentRef

This will set myParent to BuddyRef's enable parent

See Also