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

Method get_cameraX

Sources/Jazz2/Scripting/JJ2PlusDefinitions.cpp:1712–1715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

GetCameraPosMethod · 0.80

Tested by

no test coverage detected