Skip to content

Lua

Libraries

The os library has been restricted to the following functions: clock, time, date

Functions

lua
delayaction(
	function(a1, a2, a3)
		print(a1, a2, a3)
	end, 
	0.5, 
	{ 1, 2, 3 }
)