com.springrts.ai.event
Class SeismicPingAIEvent

java.lang.Object
  extended by Structure
      extended by com.springrts.ai.AIEvent
          extended by 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.


Field Summary
 AIFloat3 pos
           
 float strength
           
static int TOPIC
           
 
Constructor Summary
SeismicPingAIEvent(Pointer memory)
           
 
Method Summary
 int getTopic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOPIC

public static final int TOPIC
See Also:
Constant Field Values

pos

public AIFloat3 pos

strength

public float strength
Constructor Detail

SeismicPingAIEvent

public SeismicPingAIEvent(Pointer memory)
Method Detail

getTopic

public int getTopic()
Specified by:
getTopic in class AIEvent