Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ isDraw
Method
isDraw
src/program/lua/Movie.cpp:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
int Lua::Movie::isDraw(lua_State *L)
92
{
93
lua_pushinteger(L, static_cast<lua_Integer>(context->draw_frame));
94
return 1;
95
}
96
97
int Lua::Movie::getMovieFileName(lua_State *L)
98
{
Callers
1
data
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected