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

Method Snapshot

LuaSTGPlus/LuaWrapper.cpp:1680–1684  ·  view source on GitHub ↗

杂项

Source from the content-addressed store, hash-verified

1678
1679 // 杂项
1680 static int Snapshot(lua_State* L)LNOEXCEPT
1681 {
1682 LAPP.SnapShot(luaL_checkstring(L, 1));
1683 return 0;
1684 }
1685 static int Execute(lua_State* L)LNOEXCEPT
1686 {
1687 struct Detail_

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected