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

Method UnloadPack

LuaSTGPlus/LuaWrapper.cpp:532–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected