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

Method geometry

source/game/StarWorldGeneration.cpp:561–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559 : m_worldServer(server) {}
560
561WorldGeometry SpawnerWorld::geometry() const {
562 return m_worldServer->geometry();
563}
564
565List<RectF> SpawnerWorld::clientWindows() const {
566 List<RectF> windows;

Callers 4

uniqueLocationMethod · 0.45
getWorldGeometryMethod · 0.45
clearTileEntitiesMethod · 0.45
determineLiquidLevelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected