MCPcopy 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
74int Callbacks::onPaint(lua_State *L)
75{
76 getList().add(L, NamedLuaFunction::CallbackPaint);
77 return 0;
78}
79
80bool Callbacks::call(NamedLuaFunction::CallbackType type)
81{

Callers

nothing calls this directly

Calls 1

addMethod · 0.80

Tested by

no test coverage detected