Xx pk xX Posted April 5, 2019 Share Posted April 5, 2019 (edited) Hello, is there a way to find out current camera zoom? I can't find anything useful in API for that. I could use widget from Settings Tab, however, I would prefer something without opening Settings tab. Cheers Edited April 5, 2019 by Xx pk xX Quote Link to comment Share on other sites More sharing options...
Imthabawse Posted April 5, 2019 Share Posted April 5, 2019 Under Camera () in API: isDefaultScaleZ public boolean isDefaultScaleZ() Returns: True if the Camera zoom is at the original setting. All I seen. 1 Quote Link to comment Share on other sites More sharing options...
Xx pk xX Posted April 5, 2019 Author Share Posted April 5, 2019 (edited) 33 minutes ago, Imthabawse said: Under Camera () in API: isDefaultScaleZ public boolean isDefaultScaleZ() Returns: True if the Camera zoom is at the original setting. All I seen. You pointed me to right direction, thanks For other people that are interested in that: client.accessor.getScaleZ() ^^ gets perfectly camera Z between 181 and 1448 independently on Camera Pitch and Yaw Edited April 5, 2019 by Xx pk xX 1 Quote Link to comment Share on other sites More sharing options...