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

Function LuaSetFogStart

source/bind_graphics.cpp:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304// ***********************************************************************
305
306int LuaSetFogStart(lua_State* pLua) {
307 f32 start = (f32)luaL_checknumber(pLua, 1);
308 SetFogStart(start);
309 return 0;
310}
311
312// ***********************************************************************
313

Callers

nothing calls this directly

Calls 1

SetFogStartFunction · 0.85

Tested by

no test coverage detected