April 5, 20196 yr 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, 20196 yr by Xx pk xX
April 5, 20196 yr Under Camera () in API: isDefaultScaleZ public boolean isDefaultScaleZ() Returns: True if the Camera zoom is at the original setting. All I seen.
April 5, 20196 yr Author 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, 20196 yr by Xx pk xX
Create an account or sign in to comment