Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
static int getModifiers(lua_State *L)
35
{
36
GetLSI()->AssertInterfaceEvent();
37
lua_pushnumber(L, GetModifiers());
38
return 1;
39
}
40
41
void LuaEvent::Open(lua_State *L)
42
{
Callers
nothing calls this directly
Calls
3
GetLSI
Function · 0.85
GetModifiers
Function · 0.85
AssertInterfaceEvent
Method · 0.80
Tested by
no test coverage detected