LuaBox
Loading...
Searching...
No Matches
Sleep.h File Reference
#include "lua_include.h"
#include "global.h"

Go to the source code of this file.

Functions

int Sleep (lua_State *L_)
 Pause execution for a specified time.

Function Documentation

◆ Sleep()

int Sleep ( lua_State * L_)

Pause execution for a specified time.

Parameters
L_Lua state; expects first argument as integer duration in milliseconds.
Returns
int Pushes no values to Lua stack.