MCPcopy Create free account
hub / github.com/TASEmulators/fceux / movie_isplaying

Function movie_isplaying

src/lua-engine.cpp:3317–3321  ·  view source on GitHub ↗

movie.playing()

Source from the content-addressed store, hash-verified

3315
3316// movie.playing()
3317int movie_isplaying (lua_State *L) {
3318
3319 lua_pushboolean(L, FCEUMOV_IsPlaying());
3320 return 1;
3321}
3322
3323//movie.rerecordcount()
3324//

Callers

nothing calls this directly

Calls 2

lua_pushbooleanFunction · 0.85
FCEUMOV_IsPlayingFunction · 0.85

Tested by

no test coverage detected