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

Method GetLastKey

LuaSTGPlus/LuaWrapper.cpp:1657–1661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1655 return 1;
1656 }
1657 static int GetLastKey(lua_State* L)LNOEXCEPT
1658 {
1659 lua_pushinteger(L, LAPP.GetLastKey());
1660 return 1;
1661 }
1662 static int GetLastChar(lua_State* L)LNOEXCEPT
1663 {
1664 return LAPP.GetLastChar(L);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected