com.springrts.ai.command
Class GetApproximateLengthPathAICommand
java.lang.Object
Structure
com.springrts.ai.AICommand
com.springrts.ai.command.GetApproximateLengthPathAICommand
public final class GetApproximateLengthPathAICommand
- extends AICommand
Returns the approximate path cost between two points
This needs to calculate the complete path, so it is somewhat expensive.
NOTE: currently disabled, always returns 0
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
start
public AIFloat3 start
end
public AIFloat3 end
pathType
public int pathType
ret_approximatePathLength
public int ret_approximatePathLength
GetApproximateLengthPathAICommand
public GetApproximateLengthPathAICommand()
GetApproximateLengthPathAICommand
public GetApproximateLengthPathAICommand(Pointer memory)
GetApproximateLengthPathAICommand
public GetApproximateLengthPathAICommand(AIFloat3 start,
AIFloat3 end,
int pathType,
int ret_approximatePathLength)
getTopic
public int getTopic()
- Specified by:
getTopic
in class AICommand