mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-19 00:04:53 +00:00
18 lines
494 B
Lua
18 lines
494 B
Lua
|
function queueEvent(event, ...) end
|
||
|
function startTimer(delay) end
|
||
|
function setAlarm(time) end
|
||
|
function shutdown() end
|
||
|
function reboot() end
|
||
|
function getComputerID() end
|
||
|
computerID = getComputerID
|
||
|
function setComputerLabel(label) end
|
||
|
function getComputerLabel() end
|
||
|
computerLabel = getComputerLabel
|
||
|
function clock() end
|
||
|
function time(timezone) end
|
||
|
function day(timezone) end
|
||
|
function cancelTimer(id) end
|
||
|
function cancelAlarm(id) end
|
||
|
function epoch(timezone) end
|
||
|
function date(format, time) end
|