-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Levente Tamas wrote: . I wrote this on IRC :(03:59:54 AM) *Tamisoft:* Hey, anyone know > what a PacketPokerCurrentGames 's game_ids contain? it is an array > of table IDs > Hi,
I've added the following documentation to the packet at http://svn.gna.org/viewcvs/pokersource/trunk/poker-network/pokernetwork/pokerclientpackets.py?rev=3840&view=auto """\ Semantics: the player is currently connected to the games listed in "game_ids", an array of "count" integers. Direction: client <=> client Context: inferred when the client receives a POKER_TABLE packet. The list of game ids contains the id of matching the POKER_TABLE packet just received. Note to applications embedding the poker-network python library: When not in the context of a POKER_EXPLAIN server mode, the packet is also inferred as a side effect of the PokerExplain.packetsTableQuit method that is called by the application when the user decides to leave the table. game_ids: integers uniquely identifying a game. count: length of game_ids. """ Let me know if this is enough. Cheers -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH/Hm98dLMyEl6F20RApJlAKCvrzHZAYqPt7rGnGCKzUQePCpCDwCfcNCx zieuUBBGr34x0spTF/+3kDI= =Hpxv -----END PGP SIGNATURE----- _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
