getObjects method

List<FabricObject> getObjects([
  1. String type
])

Returns an array of children objects of this instance Type parameter introduced in 1.3.10

Implementation

external List<FabricObject> getObjects([String type]);