MCPcopy 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
68int Callbacks::onFrame(lua_State *L)
69{
70 getList().add(L, NamedLuaFunction::CallbackFrame);
71 return 0;
72}
73
74int Callbacks::onPaint(lua_State *L)
75{

Callers

nothing calls this directly

Calls 1

addMethod · 0.80

Tested by

no test coverage detected