Object:contents

Returns the objects directly contained by this object.

Function

Synopsis

object:contents( )

Arguments

None.

Returns

table contents
An array of Object handles in native database order.

Notes

The receiver must be able to contain objects. Results are unfiltered; use Object:contents_visible to apply native look visibility rules. This method is unavailable during @lua/check.

See Also