Difference between revisions of "GetLinkedChildren"
Jump to navigation
Jump to search
imported>Jazzisparis |
imported>Jazzisparis |
||
Line 5: | Line 5: | ||
|returnType = array_var | |returnType = array_var | ||
|referenceType = reference | |referenceType = reference | ||
|example = | |example = let aLinkedChildren := objectRef.GetLinkedChildren | ||
}} | }} | ||
==See Also== | ==See Also== | ||
Line 11: | Line 11: | ||
*[[SetLinkedReference]] | *[[SetLinkedReference]] | ||
*[[GetEnableChildren]] | *[[GetEnableChildren]] | ||
[[Category: | [[Category:Functions (JIP)]] | ||
[[Category: | [[Category:Misc Reference Functions (JIP)]] |
Latest revision as of 01:43, 29 March 2017
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Returns an array of all the references that are linked to the calling reference.
Syntax
(array_var) reference.GetLinkedChildren
Example
let aLinkedChildren := objectRef.GetLinkedChildren