|
LuaBox
|
#include "lua_include.h"#include "global.h"Go to the source code of this file.
Functions | |
| int | ScriptMillis (lua_State *L_) |
| Get the time in milliseconds since the script started running. | |
| void | reset_script_time () |
| void reset_script_time | ( | ) |
| int ScriptMillis | ( | lua_State * | L_ | ) |
Get the time in milliseconds since the script started running.
| L_ | Lua state. |