LuaBox
Loading...
Searching...
No Matches
Yield.h File Reference
#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.

Function Documentation

◆ Yield()

int Yield ( lua_State * L_)

Yield execution from the current Lua coroutine.

Parameters
L_Lua state.
Returns
int Yields the coroutine; pushes no values to Lua stack.