com.springrts.ai.event
Class SeismicPingAIEvent
java.lang.Object
  
Structure
      
com.springrts.ai.AIEvent
          
com.springrts.ai.event.SeismicPingAIEvent
public final class SeismicPingAIEvent
- extends AIEvent
 
This AI event is sent when a unit movement is detected by means of a seismic
 event. A seismic event means erruption/movement/shakings of the ground. This
 can be detected by only by special units usually, eg by the seismic detector
 building in Balanced Annihilation.
 
 
 
| 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
 
pos
public AIFloat3 pos
strength
public float strength
SeismicPingAIEvent
public SeismicPingAIEvent(Pointer memory)
getTopic
public int getTopic()
- Specified by:
 getTopic in class AIEvent