| 1714 | return _levelScriptLoader->_levelHandler->GetCameraPos(_player).X; |
| 1715 | } |
| 1716 | float jjPLAYER::get_cameraY() const { |
| 1717 | noop(); |
| 1718 | return _levelScriptLoader->_levelHandler->GetCameraPos(_player).Y; |
| 1719 | } |
| 1720 | std::int32_t jjPLAYER::get_deaths() const { |
| 1721 | noop(); |
| 1722 | return 0; |
nothing calls this directly
no test coverage detected