com.springrts.ai.event
Class UnitDestroyedAIEvent
java.lang.Object
  
Structure
      
com.springrts.ai.AIEvent
          
com.springrts.ai.event.UnitDestroyedAIEvent
public final class UnitDestroyedAIEvent
- extends AIEvent
 
This AI event is sent when a unit was destroyed; see also the unit-damaged
 event.
 attacker may be 0, which means no attacker was directly involveld.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TOPIC
public static final int TOPIC
- See Also:
 - Constant Field Values
 
unit
public int unit
attacker
public int attacker
UnitDestroyedAIEvent
public UnitDestroyedAIEvent(Pointer memory)
getTopic
public int getTopic()
- Specified by:
 getTopic in class AIEvent