|
Britbot
|
This class represents a null target which does nothing this will help us prevent cases of dimensions error due to null priority lists. More...
Inheritance diagram for Britbot.NoTarget:
Collaboration diagram for Britbot.NoTarget:Public Member Functions | |
| Score | GetScore (Group origin) |
| fulfills the interface, just returns "zeroish" score | |
| Location | GetLocation () |
| returns the origin because what else | |
| Direction | GetDirection (Group origin) |
| just returns no direction | |
| bool | Equals (ITarget operandB) |
| Tests if two targets are the same returns true if the other target is a no target false otherwise. | |
| TargetType | GetTargetType () |
| Get the type of the target. | |
| string | GetDescription () |
| Gets a string description forthis Target for log purposes. | |
| void | TargetAssignmentEvent () |
| just interface implementation, does nothing so far | |
| void | TargetDeAssignmentEvent () |
| cana"l | |
This class represents a null target which does nothing this will help us prevent cases of dimensions error due to null priority lists.
Definition at line 14 of file NoTarget.cs.
1.7.6.1