MCPcopy Create free account
hub / github.com/DavidColson/Polybox / LuaSetFogEnd

Function LuaSetFogEnd

source/bind_graphics.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312// ***********************************************************************
313
314int LuaSetFogEnd(lua_State* pLua) {
315 f32 end = (f32)luaL_checknumber(pLua, 1);
316 SetFogEnd(end);
317 return 0;
318}
319
320// ***********************************************************************
321

Callers

nothing calls this directly

Calls 1

SetFogEndFunction · 0.85

Tested by

no test coverage detected