Extend EntityTree.h / EntityTree.cpp to implement a "findEntitiesByType" function that can be exposed to the Javascript API.
Pass in a string that corresponds to an entity type (e.g. "Zone", "Web", etc) and search a specific radius (or optionally allow a specific radius). Filter the results in foundEntities by the type that matches and reduce down the list.
Behavior:
Entities.findEntitiesByType("Zone", 10000); // returns all zones within the specified radius
#21279 created by themelissabrown Status set to Bidding.
A bid was placed on #21279
themelissabrown accepted 300.00 from spongefox on #21279 Status set to In Progress.
A bid was deleted from #21279
#21279 updated by themelissabrown Changes: Status set to Pass.