Gets the value of the camera's zoom factor.
Format: CameraZoom
Arguments:
Return type: float
Error conditions: none
Example:
fvar(1) = CameraZoom * ScreenWidth
; Sets fvar(1) to the distance between the left and right edges of the screen. The expression "CameraZoom * ScreenWidth" is equivalent to the GameWidth trigger.