The "camera_get_view_xscale" Function
Syntax#
| Argument | Type | Description |
|---|---|---|
camera | camera | The camera index to check (typically view_camera[#]) |
Description#
Returns the horizontal scale multipler of a view camera scaled with camera_set_view_scale.
If the input view has not been scaled, it will return a value of 1. If the input view does not exist, it will return 0 instead.

X1