Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetScale
Method
GetScale
src/Map.h:165–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
unsigned int GetHeight(void) const { return m_Height; }
164
165
unsigned int GetScale(void) const { return m_Scale; }
166
167
int GetCenterX(void) const { return m_CenterX; }
168
int GetCenterZ(void) const { return m_CenterZ; }
Callers
1
SaveMapToNBT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected