c3d.on_event
A function that gets ran when an event is fired within CraftOS and gets provided with the unpacked event data.
function c3d.on_event(...) local name,a,b,c,d = ... error("Event " .. name .. " was fired") end
A function that gets ran when an event is fired within CraftOS and gets provided with the unpacked event data.
function c3d.on_event(...) local name,a,b,c,d = ... error("Event " .. name .. " was fired") end