Called when we need to handle a controller variable
| 19 | } |
| 20 | // Called when we need to handle a controller variable |
| 21 | virtual void HandleControllerEvent( const char* name ) |
| 22 | { |
| 23 | } |
| 24 | // Called when we want to start all the controllers |
| 25 | virtual void StartControllers() |
| 26 | { |
no outgoing calls
no test coverage detected