GetParentRef

Revision as of 13:27, 7 February 2010 by imported>PoHa! (entered info, used the template for functions)
< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: GetParentRef.

A function included in the GECK version 1.1.0.36.

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

(ref) [Actor, Activator].GetParentRef

Example

ref myParent
set myParent to BuddyRef.GetEnableParent

This will set myParent to BuddyRef's enable parent

Notes

None

See Also