__init__ def __init__(self, air, channels) air is the AI Repository. channels is a list of channel IDs (uint32 values) |
clear def clear(self) Undocumented function. |
handle def handle(self, pickleData) Send pickleData from the net on the local netMessenger. The internal data in pickleData should have a tuple of (messageString, sendArgsList). |
send def send(self, message, sentArgs=[]) Send message to All AI and Uber Dog servers. |