Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ onPaint
Method
onPaint
src/program/lua/Callbacks.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
int Callbacks::onPaint(lua_State *L)
75
{
76
getList().add(L, NamedLuaFunction::CallbackPaint);
77
return 0;
78
}
79
80
bool Callbacks::call(NamedLuaFunction::CallbackType type)
81
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.80
Tested by
no test coverage detected