Home
last modified time | relevance | path

Searched refs:SCommandFinishedEvent (Results 1 – 2 of 2) sorted by relevance

/dports/games/spring/spring_98.0/rts/ExternalAI/Interface/
H A DAISEvents.h85 + sizeof(struct SCommandFinishedEvent) \
346 struct SCommandFinishedEvent { struct
/dports/games/spring/spring_98.0/rts/ExternalAI/
H A DSkirmishAIWrapper.cpp423 SCommandFinishedEvent evtData = {unitId, commandId, commandTopicId}; in CommandFinished()