MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / RenderClear

Method RenderClear

LuaSTGPlus/LuaWrapper.cpp:1205–1210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203 return 0;
1204 }
1205 static int RenderClear(lua_State* L)LNOEXCEPT
1206 {
1207 fcyColor* c = static_cast<fcyColor*>(luaL_checkudata(L, 1, TYPENAME_COLOR));
1208 LAPP.ClearScreen(*c);
1209 return 0;
1210 }
1211 static int SetViewport(lua_State* L)LNOEXCEPT
1212 {
1213 if (!LAPP.SetViewport(

Callers

nothing calls this directly

Calls 1

ClearScreenMethod · 0.80

Tested by

no test coverage detected