Difference between revisions of "Card Functions"

From theFarWilds
Jump to: navigation, search
(New page: Scripting Card Functions are called on the Card object. For example Card card=getAIPlayer(0).getHandCard(0); if(card.getName()=="Tangler") { // ... List of functions: string '''g...)

Revision as of 20:38, 23 March 2010

Scripting Card Functions are called on the Card object. For example

Card card=getAIPlayer(0).getHandCard(0);
if(card.getName()=="Tangler")
{ // ...

List of functions:

string getName();