OC-MultICE/modules/base/header.lua

15 lines
271 B
Lua
Raw Normal View History

tT,p,cT,pC,C,T,TS,TN={},1,1,1,coroutine,table,tostring,tonumber
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-05-25 10:07:36 +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)
2017-05-25 10:45:13 +10:00
tT[pC]={n,C.create(f),(e or E() or {})}
pC=pC+1
2017-05-16 02:26:28 +10:00
end