2025-07-20 00:48 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0001726AIAIpublic2010-11-23 02:56
ReporterAgon 
Assigned Toabma 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusresolvedResolutionno change required 
Summary0001726: Java AI interface: BuildCommand events
DescriptionI would like to have BuildCommand events in the Java AI interface for eg. build is finished, started or canceled.

Thank you
TagsNo tags attached.
Attached Files

-Relationships
related to 0000069new Explosions event in Ai interface 
+Relationships

-Notes

~0004333

abma (administrator)

Two of your requested events are already there
build started: unitCreated()
build finished: unitFinished()

build canceled... hmm this should check your ai yourself :)

~0005638

gajop (developer)

http://abma.de/projects/agai/doc-ai-interface/com/springrts/ai/oo/OOAI.html#commandFinished(com.springrts.ai.oo.Unit, int, int)

http://abma.de/projects/agai/doc-ai-interface/com/springrts/ai/event/CommandFinishedAIEvent.html
this may also be useful if you're interested which command finished
i'm not sure if those are triggered when commands fail as well, you'd have to try that one out

~0005965

abma (administrator)

nothing to do here, already implemented! :)
+Notes

-Issue History
Date Modified Username Field Change
2009-11-11 18:05 Agon New Issue
2009-11-16 03:18 abma Note Added: 0004333
2009-11-28 11:48 hoijui Relationship added related to 0000069
2010-09-23 18:54 gajop Note Added: 0005638
2010-11-23 02:56 abma Note Added: 0005965
2010-11-23 02:56 abma Status new => resolved
2010-11-23 02:56 abma Resolution open => no change required
2010-11-23 02:56 abma Assigned To => abma
+Issue History