|
Britbot
|
Represent a target we can, well, target. More...
Inheritance diagram for Britbot.ITarget:Public Member Functions | |
| Score | GetScore (Group origin) |
| Return a score for this target. | |
| Location | GetLocation () |
| Gets the location of the target. | |
| Direction | GetDirection (Group origin) |
| Given a group, this should give the group the right direction to move in order to reach the target. | |
| bool | Equals (ITarget operandB) |
| Tests if two targets are the same. | |
| TargetType | GetTargetType () |
| Get the type of the target. | |
| string | GetDescription () |
| Gets a string description for this Target for log purposes. | |
| void | TargetAssignmentEvent () |
| this should be called when a group is assign this targets, it will be used so the target could tell if it causes the assignment process to get stuck and remove itself | |
| void | TargetDeAssignmentEvent () |
| cana"l | |
Represent a target we can, well, target.
Definition at line 12 of file ITarget.cs.
1.7.6.1