What are callbacks?
Example using AddCallback()
AddCallback("SendPacket", function(type, text)
log("Wow! a packet was sent")
end)Currently available callbacks
Soon to come
Last updated