| 565 | return 1; |
| 566 | } |
| 567 | static int UpdateObjList(lua_State* L)LNOEXCEPT |
| 568 | { |
| 569 | // ! 该函数已被否决 |
| 570 | return 0; |
| 571 | } |
| 572 | static int ObjFrame(lua_State* L)LNOEXCEPT |
| 573 | { |
| 574 | LPOOL.CheckIsMainThread(L); |
nothing calls this directly
no outgoing calls
no test coverage detected