Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ validPos
Function
validPos
src/scripts.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
static bool validPos(int x, int y, int z)
86
{
87
return abs(x) <= 3e7 && abs(z) <= 3e7 && y >= -64 && y <= 320;
88
}
89
90
static int l_getBiomeAt(lua_State *L)
91
{
Callers
2
l_getBiomeAt
Function · 0.85
l_getStructures
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected