This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:setcamerazoom [2014/03/05 19:07] – created Clean0nion | crpl:docs:setcamerazoom [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | ||
<- [[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. FIXME | + | |
+ | 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) |
+ | </ | ||
+ |