MCPcopy Create free account
hub / github.com/The-Powder-Toy/The-Powder-Toy / getModifiers

Function getModifiers

src/lua/LuaEvent.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static int getModifiers(lua_State *L)
35{
36 GetLSI()->AssertInterfaceEvent();
37 lua_pushnumber(L, GetModifiers());
38 return 1;
39}
40
41void LuaEvent::Open(lua_State *L)
42{

Callers

nothing calls this directly

Calls 3

GetLSIFunction · 0.85
GetModifiersFunction · 0.85
AssertInterfaceEventMethod · 0.80

Tested by

no test coverage detected