For example I'd like to search for all tool cupboards by owner, or find all the BasePlayers' locations. Is it possible with the API?
Enumerate over all server entities?Solved
You can loop through BaseNetworkable.serverEntities.
Locked automatically