File: Games\Gambit\Game.js

GamesByEmail
Class GambitCards

Object
  
 
 
GamesByEmail.GambitCards

All Implemented Interfaces:

Class


GamesByEmail.GambitCards

implements Foundation.Class

Constructor Summary
GamesByEmail.GambitCards(owner, cardsString)

Method Summary
 add(cards)
 clearChosen()
 countChosen()
 designCount(design)
static  designCount(cards, design)
 dispose()
 getString(cards)
 getTableHtml(canTrade, highContrast)
 hasSet()
 isSet(card1, card2, card3)
 isSetChosen()
 occupiedChosen()
 remove(index)
 removeAirstrike(territory)
 removeAll()
 removeChosen()
 threeChosen()
 toInfoString()
 wildCount()

Methods inherited from Foundation.Class
getTypePath, isInstanceOf

Constructor Detail

GambitCards

GamesByEmail.GambitCards(owner,
                         cardsString)
Parameters:
owner - 

cardsString - 

Method Detail

add

add(cards)
Parameters:
cards - 


clearChosen

clearChosen()

countChosen

countChosen()

designCount

designCount(design)
Parameters:
design - 


designCount

static designCount(cards,
                   design)
Parameters:
cards - 

design - 


dispose

dispose()
Overrides:
dispose in class Class

getString

getString(cards)
Parameters:
cards - 


getTableHtml

getTableHtml(canTrade,
             highContrast)
Parameters:
canTrade - 

highContrast - 


hasSet

hasSet()

isSet

isSet(card1,
      card2,
      card3)
Parameters:
card1 - 

card2 - 

card3 - 


isSetChosen

isSetChosen()

occupiedChosen

occupiedChosen()

remove

remove(index)
Parameters:
index - 


removeAirstrike

removeAirstrike(territory)
Parameters:
territory - 


removeAll

removeAll()

removeChosen

removeChosen()

threeChosen

threeChosen()

toInfoString

toInfoString()

wildCount

wildCount()