DNX 1.0
Functions

Lua.scp File Reference

Lua. More...

Functions

func sleep (number time)
 Sleeps.

Detailed Description

Lua.

These are the functions of Lua.

Author:
Dneeht
Date:
2014.04.15

Function Documentation

func sleep ( number  time)

Sleeps.

This function is to be called to sleep specified time.

Parameters:
timeSleeping time, in milliseconds.
Returns:
This function does not return a value.