Difference between revisions of "GetEnableChildren"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  |returnType = array_var
  |returnType = array_var
  |referenceType = reference
  |referenceType = reference
  |example = ObjectRef.GetEnableChildren
  |example = let aEnableChildren := objectRef.GetEnableChildren
}}
}}
==See Also==
==See Also==
*[[GetLinkedChildren]]
*[[GetLinkedChildren]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Misc Reference Functions (JIP)]]

Latest revision as of 01:41, 29 March 2017

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns an array of all the references of which the calling reference is the enable parent.

Syntax

[help]
(array_var) reference.GetEnableChildren

Example

let aEnableChildren := objectRef.GetEnableChildren

See Also