OC-MultICE/modules/base/header.lua

14 lines
234 B
Lua
Raw Normal View History

2017-04-19 02:40:25 +10:00
tT,p,C,T={},1,coroutine,table
2017-05-16 02:26:28 +10:00
function E()
if tT[cT] ~= nil then return tT[cT][3] end
2017-04-19 02:40:25 +10:00
end
function l()
2017-04-20 00:02:12 +10:00
return eV
2017-04-19 02:40:25 +10:00
end
function h(...)
computer.pushSignal(...)
end
2017-05-16 02:26:28 +10:00
function s(n,f,e)
T.insert(tT,{n,C.create(f),(e or E() or {})})
end