Xx pk xX Posted April 5, 2019 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
Imthabawse Posted April 5, 2019 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
Xx pk xX Posted April 5, 2019 Author 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