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

Method height

source/base/StarWorldGeometry.hpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149inline unsigned WorldGeometry::height() const {
150 return m_size[1];
151}
152
153inline Vec2U WorldGeometry::size() const {
154 return m_size;

Callers 5

loadImageMethod · 0.45
openMethod · 0.45
readMethod · 0.45
beginMethod · 0.45
setCellColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected