|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface IUnitAI
Topmost interface for unit AI.
| Method Summary | |
|---|---|
void |
dispose()
Unregisters ai from all places. |
WorldObjectId |
getId()
Returns the WorldObjectId of the associated unit. |
DefConLocation |
getLocation()
Retrieves location of the controlled object. |
void |
receiveMessage(IMessage message)
Receives a message from mailbox. |
void |
update()
Update method called before the main AI. |
| Method Detail |
|---|
void update()
void receiveMessage(IMessage message)
message - WorldObjectId getId()
WorldObjectId of the associated unit.
void dispose()
DefConLocation getLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||