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

Method SetVsync

LuaSTGPlus/LuaWrapper.cpp:464–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 return 1;
463 }
464 static int SetVsync(lua_State* L)LNOEXCEPT
465 {
466 LAPP.SetVsync(lua_toboolean(L, 1) == 0 ? false : true);
467 return 0;
468 }
469 static int SetResolution(lua_State* L)LNOEXCEPT
470 {
471 LAPP.SetResolution(static_cast<fuInt>(::max(luaL_checkinteger(L, 1), 0)),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected