GetParentRef

Revision as of 17:48, 11 March 2010 by imported>Hugepinball (function name in example was wrong)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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.GetParentRef

This will set myParent to BuddyRef's enable parent

Notes

None

See Also