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

Function FCEU_LuaRunning

src/lua-engine.cpp:6642–6645  ·  view source on GitHub ↗

* Returns true if there is a Lua script running. * */

Source from the content-addressed store, hash-verified

6640 *
6641 */
6642int FCEU_LuaRunning() {
6643 // FIXME: return false when no callback functions are registered.
6644 return (int) (L != NULL); // should return true if callback functions are active.
6645}
6646
6647/**
6648 * Applies zapper.set overrides to zapper input.

Callers 1

UpdateContextMenuItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected