MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / get_cameraY

Method get_cameraY

Sources/Jazz2/Scripting/JJ2PlusDefinitions.cpp:1716–1719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

GetCameraPosMethod · 0.80

Tested by

no test coverage detected