getCardsForUser(sessionKey, gameNumber, includeTeammates)
Arguments:
sessionKey (xsd:string) The session key obtained from the initiateSession call
gameNumber (xsd:int) The game number
includeTeammates (xsd:boolean) Whether or not to include teammates cards
Returns: an array of CardSoapBean objects
Arguments:
sessionKey (xsd:string) The session key obtained from the initiateSession call
gameNumber (xsd:int) The game number
playerCode (xsd:int) The player code to check
Returns: An integer of how many cards the given player currently owns
This method will return the number of cards the player (playerCode argument) currently owns. If the player isn't in the game, 0 is returned.