| 1710 | } |
| 1711 | |
| 1712 | float jjPLAYER::get_cameraX() const { |
| 1713 | noop(); |
| 1714 | return _levelScriptLoader->_levelHandler->GetCameraPos(_player).X; |
| 1715 | } |
| 1716 | float jjPLAYER::get_cameraY() const { |
| 1717 | noop(); |
| 1718 | return _levelScriptLoader->_levelHandler->GetCameraPos(_player).Y; |
nothing calls this directly
no test coverage detected