Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ onFrame
Method
onFrame
src/program/lua/Callbacks.cpp:68–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
int Callbacks::onFrame(lua_State *L)
69
{
70
getList().add(L, NamedLuaFunction::CallbackFrame);
71
return 0;
72
}
73
74
int Callbacks::onPaint(lua_State *L)
75
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.80
Tested by
no test coverage detected