MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / clientWindows

Method clientWindows

source/game/StarWorldGeneration.cpp:565–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565List<RectF> SpawnerWorld::clientWindows() const {
566 List<RectF> windows;
567 for (auto clientId : m_worldServer->clientIds())
568 windows.append(m_worldServer->clientWindow(clientId));
569 return windows;
570}
571
572bool SpawnerWorld::signalRegion(RectF const& region) const {
573 return m_worldServer->signalRegion(RectI::integral(region));

Callers 2

updateMethod · 0.80
debugShowSpawnCellsMethod · 0.80

Calls 3

clientIdsMethod · 0.45
appendMethod · 0.45
clientWindowMethod · 0.45

Tested by

no test coverage detected