Word Game Builder 2.0.1f2
Reference Manual
Properties | List of all members
AgentSearchInfo Class Reference

Represents search information from a Word Game Agent. More...

+ Collaboration diagram for AgentSearchInfo:

Properties

string bestWord [get]
 The "best" word, selected by the agent from the list of candidate words. More...
 
IList< ILetterTilebestWordTiles [get]
 The tiles that represent the best word. More...
 
IList< string > candidateWords [get]
 All candidate words that were found. More...
 
bool wasSuccessful [get]
 If true, the last search was successful. More...
 
int wordCount [get]
 The amount of words that were found. More...
 

Detailed Description

Represents search information from a Word Game Agent.

Property Documentation

string bestWord
get

The "best" word, selected by the agent from the list of candidate words.

IList<ILetterTile> bestWordTiles
get

The tiles that represent the best word.

IList<string> candidateWords
get

All candidate words that were found.

bool wasSuccessful
get

If true, the last search was successful.

int wordCount
get

The amount of words that were found.