MCPcopy Create free account
hub / github.com/DavidColson/Polybox / LuaGetKey

Function LuaGetKey

source/bind_input.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54// ***********************************************************************
55
56int LuaGetKey(lua_State* pLua) {
57 Key key = (Key)luaL_checkinteger(pLua, 1);
58 lua_pushboolean(pLua, GetKey(key));
59 return 1;
60}
61
62// ***********************************************************************
63

Callers

nothing calls this directly

Calls 1

GetKeyFunction · 0.85

Tested by

no test coverage detected