Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ onStartup
Method
onStartup
src/program/lua/Callbacks.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
int Callbacks::onStartup(lua_State *L)
57
{
58
getList().add(L, NamedLuaFunction::CallbackStartup);
59
return 0;
60
}
61
62
int Callbacks::onInput(lua_State *L)
63
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.80
Tested by
no test coverage detected