Difference between revisions of "GetParentRef"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>PoHa! (entered info, used the template for functions) |
||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|CSWikiPage = GetParentRef | |||
|origin = GECK1 | |||
|summary = 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 | |||
|name = GetParentRef | |||
|returnType = ref | |||
|referenceType = [Actor, Activator] | |||
|example = <pre>ref myParent | |||
set myParent to BuddyRef.GetEnableParent</pre> | |||
This will set ''myParent'' to BuddyRef's enable parent | |||
}} | |||
==Notes== | |||
None | |||
==See Also== | |||
*[[GetLinkedRef]] | |||
*[[GetDisabled]] | |||
*[[Disable]] | |||
*[[Enable]] | |||
[[Category:Functions]] | [[Category:Functions]] |
Revision as of 12:27, 7 February 2010
< [[::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