|
LuaBox
|
#include "lua_include.h"#include "global.h"Go to the source code of this file.
Functions | |
| int | Yield (lua_State *L_) |
| Yield execution from the current Lua coroutine. | |
| int Yield | ( | lua_State * | L_ | ) |
Yield execution from the current Lua coroutine.
| L_ | Lua state. |