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

Method AfterFrame

LuaSTGPlus/LuaWrapper.cpp:612–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610 return 0;
611 }
612 static int AfterFrame(lua_State* L)LNOEXCEPT
613 {
614 LPOOL.CheckIsMainThread(L);
615 LPOOL.AfterFrame();
616 return 0;
617 }
618 static int New(lua_State* L)LNOEXCEPT
619 {
620 return LPOOL.New(L);

Callers

nothing calls this directly

Calls 1

CheckIsMainThreadMethod · 0.80

Tested by

no test coverage detected