MCPcopy 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
85static bool validPos(int x, int y, int z)
86{
87 return abs(x) <= 3e7 && abs(z) <= 3e7 && y >= -64 && y <= 320;
88}
89
90static int l_getBiomeAt(lua_State *L)
91{

Callers 2

l_getBiomeAtFunction · 0.85
l_getStructuresFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected