Extensions |
table class.testClassGetEx ( object class [number layer] )
Returns a one-to-many associative list of objects from the first object class and the objects from the second object class that they overlap. If an object doesn't overlap anything from the target object class, it's excluded from the results.
If a layer is specified, the test is limited to instances on that layer. By default, layer is equal to mmf.ANY_LAYER.
Parameters
class | Table representing an object class |
layer | Optional. 1-based layer index, or constants mmf.ANY_LAYER, mmf.SAME_LAYER, or mmf.DIFF_LAYER |
Return Values
table | A one-to-many associative list of objects and their matches. |
Example
Copyright 2010 Justin Aquadro