com.springrts.ai.command
Class TraceRayAICommand
java.lang.Object
  
Structure
      
com.springrts.ai.AICommand
          
com.springrts.ai.command.TraceRayAICommand
public final class TraceRayAICommand
- extends AICommand
 
 
 
 
 
 
| 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
 
rayPos
public AIFloat3 rayPos
rayDir
public AIFloat3 rayDir
rayLen
public float rayLen
srcUID
public int srcUID
hitUID
public int hitUID
flags
public int flags
TraceRayAICommand
public TraceRayAICommand()
TraceRayAICommand
public TraceRayAICommand(Pointer memory)
TraceRayAICommand
public TraceRayAICommand(AIFloat3 rayPos,
                         AIFloat3 rayDir,
                         float rayLen,
                         int srcUID,
                         int hitUID,
                         int flags)
getTopic
public int getTopic()
- Specified by:
 getTopic in class AICommand