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

Method ObjFrame

LuaSTGPlus/LuaWrapper.cpp:572–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 return 0;
571 }
572 static int ObjFrame(lua_State* L)LNOEXCEPT
573 {
574 LPOOL.CheckIsMainThread(L);
575 LPOOL.DoFrame();
576 return 0;
577 }
578 static int ObjRender(lua_State* L)LNOEXCEPT
579 {
580 LPOOL.CheckIsMainThread(L);

Callers

nothing calls this directly

Calls 2

CheckIsMainThreadMethod · 0.80
DoFrameMethod · 0.80

Tested by

no test coverage detected