Get the operational mode of this camera
| 93 | |
| 94 | // Get the operational mode of this camera |
| 95 | inline Mode GetMode() const |
| 96 | { |
| 97 | return m_nMode; |
| 98 | } |
| 99 | |
| 100 | // Get the position of the target being tracked by this camera |
| 101 | inline const olc::vf2d& GetTarget() const |
nothing calls this directly
no outgoing calls
no test coverage detected