Labs/Jetpack/Binary Components: Difference between revisions

added docs for getObjectParent().
(added docs for argument global)
(added docs for getObjectParent().)
Line 162: Line 162:


::<code>lineEnd</code> - If this object corresponds to a function, this is the line at which the function's code ends.
::<code>lineEnd</code> - If this object corresponds to a function, this is the line at which the function's code ends.
'''getObjectParent'''(''idOrName'')
Returns the object ID of the object with the given numeric ID or string name. If the object has no parent, <tt>null</tt> is returned.


'''getObjectProperties'''(''idOrName'', ''useAlternateAlgorithm'')
'''getObjectProperties'''(''idOrName'', ''useAlternateAlgorithm'')
874

edits