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

Method UpdateXY

LuaSTGPlus/LuaWrapper.cpp:606–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604 return 0;
605 }
606 static int UpdateXY(lua_State* L)LNOEXCEPT
607 {
608 LPOOL.CheckIsMainThread(L);
609 LPOOL.UpdateXY();
610 return 0;
611 }
612 static int AfterFrame(lua_State* L)LNOEXCEPT
613 {
614 LPOOL.CheckIsMainThread(L);

Callers

nothing calls this directly

Calls 1

CheckIsMainThreadMethod · 0.80

Tested by

no test coverage detected