MCPcopy Create free account
hub / github.com/clementgallet/libTAS / add

Method add

src/program/lua/LuaFunctionList.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void LuaFunctionList::add(lua_State *L, NamedLuaFunction::CallbackType t)
43{
44 functions.emplace_back(L, t);
45}
46
47void LuaFunctionList::addFile(const std::filesystem::path& file)
48{

Callers 4

onStartupMethod · 0.80
onInputMethod · 0.80
onFrameMethod · 0.80
onPaintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected