WorldAPI.getEntities

Returns a list of entities within the bounding box formed by the two given positions
overload 1:
world.getEntities(pos1, pos2)
Method Property Fluent Description Representation
pos1 accepts a Vector3
pos2 accepts a Vector3
Return Value a table
overload 2:
world.getEntities(x1, y1, z1, x2, y2, z2)
Method Property Fluent Description Representation
x1 accepts a Number
y1 accepts a Number
z1 accepts a Number
x2 accepts a Number
y2 accepts a Number
z2 accepts a Number
Return Value a table
a a