This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:setcamerazoom [2015/03/19 08:02] – discussion kill warren | crpl:docs:setcamerazoom [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
<- [[crpl: | <- [[crpl: | ||
- | ===== SetCameraZoom | ||
- | ^Arguments^Result^Notation^ | + | ===== SetCameraZoom ===== |
- | | Zoom level (0-12)| |'' | + | |
+ | ^ Arguments ^ Result ^ Notation ^ | ||
+ | | Zoom level (0-12) | | '' | ||
=== Description === | === Description === | ||
+ | |||
Sets the camera zoom level as an integer between 0 and 12, with 0 being maximum zoom. | Sets the camera zoom level as an integer between 0 and 12, with 0 being maximum zoom. | ||
+ | |||
=== Examples === | === Examples === | ||
- | < | + | |
- | Sets the zoom to default level | + | < |
- | SetCameraZoom 4 | + | #Sets the zoom to default level |
- | </ | + | SetCameraZoom(4) |
+ | </ | ||
+ |