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

Method TileSectorArray

source/game/StarTileSectorArray.hpp:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143template <typename Tile, unsigned SectorSize>
144TileSectorArray<Tile, SectorSize>::TileSectorArray() {}
145
146template <typename Tile, unsigned SectorSize>
147TileSectorArray<Tile, SectorSize>::TileSectorArray(Vec2U const& size, Tile defaultTile) {

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected