| 530 | return 0; |
| 531 | } |
| 532 | static int UnloadPack(lua_State* L)LNOEXCEPT |
| 533 | { |
| 534 | const char* p = luaL_checkstring(L, 1); |
| 535 | LRES.UnloadPack(p); |
| 536 | return 0; |
| 537 | } |
| 538 | static int ExtractRes(lua_State* L)LNOEXCEPT |
| 539 | { |
| 540 | const char* pArgPath = luaL_checkstring(L, 1); |
nothing calls this directly
no outgoing calls
no test coverage detected