AI for Games 1.1.1
Loading...
Searching...
No Matches
game2dai.fsm.Telegram Class Reference
Inheritance diagram for game2dai.fsm.Telegram:

Public Member Functions

 Telegram (long despatchAt, int sender, int receiver, int msg, Object... info)
 
int compareTo (Telegram tgram)
 

Public Attributes

final int sender
 
final int receiver
 
final int msg
 
final long despatchAt
 
Object[] extraInfo
 

Static Private Attributes

static final long SAME_TIME_INTERVAL = 250
 

Member Function Documentation

◆ compareTo()

int game2dai.fsm.Telegram.compareTo ( Telegram  tgram)

Telegrams are consider the same if they are to be despatched within 250ms as defined in SAME_TIME_INTERVAL


The documentation for this class was generated from the following file: