|
AI Testing Simulator
|
Represents an interface for a base entity controller. More...
Public Member Functions | |
| BaseEntity | GetEntity () |
| Returns the entity associated with the controller. This can be Ego or Adversary. | |
Public Member Functions inherited from IBaseController | |
| void | Select () |
| Selects the controller. | |
| void | Deselect () |
| Deselects the controller. | |
| void | Destroy () |
| Destroys the controller. | |
| void | OpenEditDialog () |
| Opens the edit dialog for the controller. | |
| bool | IsIgnoringWaypoints () |
| Returns a boolean indicating whether or not the controller ignores waypoints. | |
| void | ShouldIgnoreWaypoints (bool b) |
| Sets the value indicating whether or not the controller should ignore waypoints. | |
| Location | GetLocation () |
| Returns the location of the object that the controller belongs to. | |
Represents an interface for a base entity controller.
| BaseEntity IBaseEntityController.GetEntity | ( | ) |
Returns the entity associated with the controller. This can be Ego or Adversary.
Implemented in AdversaryViewController, EgoViewController, and VehicleViewController.