MCPcopy 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
56int Callbacks::onStartup(lua_State *L)
57{
58 getList().add(L, NamedLuaFunction::CallbackStartup);
59 return 0;
60}
61
62int Callbacks::onInput(lua_State *L)
63{

Callers

nothing calls this directly

Calls 1

addMethod · 0.80

Tested by

no test coverage detected