Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void LuaFunctionList::add(lua_State *L, NamedLuaFunction::CallbackType t)
43
{
44
functions.emplace_back(L, t);
45
}
46
47
void LuaFunctionList::addFile(const std::filesystem::path& file)
48
{
Callers
4
onStartup
Method · 0.80
onInput
Method · 0.80
onFrame
Method · 0.80
onPaint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected