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

Function ForceExecuteLuaFrameFunctions

src/lua-engine.cpp:2327–2332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2325}
2326
2327void ForceExecuteLuaFrameFunctions()
2328{
2329 FCEU_LuaFrameBoundary();
2330 CallRegisteredLuaFunctions(LUACALL_BEFOREEMULATION);
2331 CallRegisteredLuaFunctions(LUACALL_AFTEREMULATION);
2332}
2333
2334void TaseditorAutoFunction()
2335{

Callers 4

jumpMethod · 0.85
jumpMethod · 0.85

Calls 2

FCEU_LuaFrameBoundaryFunction · 0.85

Tested by

no test coverage detected