MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaB_yield

Function luaB_yield

other_src/lua/src/lbaselib.cpp:593–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591
592
593static int luaB_yield (lua_State *L) {
594 return lua_yield(L, lua_gettop(L));
595}
596
597
598static int luaB_corunning (lua_State *L) {

Callers

nothing calls this directly

Calls 2

lua_yieldFunction · 0.70
lua_gettopFunction · 0.70

Tested by

no test coverage detected