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

Method PostEffectCapture

LuaSTGPlus/LuaWrapper.cpp:1471–1476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469 return 0;
1470 }
1471 static int PostEffectCapture(lua_State* L)LNOEXCEPT
1472 {
1473 if (!LAPP.PostEffectCapture())
1474 return luaL_error(L, "PostEffectCapture failed.");
1475 return 0;
1476 }
1477 static int PostEffectApply(lua_State* L)LNOEXCEPT
1478 {
1479 const char* name = luaL_checkstring(L, 1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected