SendPacket callback
Example Script
AddCallback("SendPacket", function(type, text)
log(("SendPacket callback, %d : %s"):format(type, text))
end)Output
SendPacket callback, 2 : action|input
|text|testingLast updated
AddCallback("SendPacket", function(type, text)
log(("SendPacket callback, %d : %s"):format(type, text))
end)SendPacket callback, 2 : action|input
|text|testingLast updated