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

Go to the source code of this file.

Functions

int Millis (lua_State *L_)
 Get the current system time in milliseconds.

Function Documentation

◆ Millis()

int Millis ( lua_State * L_)

Get the current system time in milliseconds.

Parameters
L_Lua state.
Returns
int Pushes 1 integer to Lua stack: current system time in milliseconds.