|
LuaBox
|
#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. | |
| int Sleep | ( | lua_State * | L_ | ) |
Pause execution for a specified time.
| L_ | Lua state; expects first argument as integer duration in milliseconds. |