This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:setcamerarotation [2021/01/24 19:28] – added get/set tabs Sanian | 4rpl:commands:setcamerarotation [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 11: | Line 11: | ||
===== Description ===== | ===== Description ===== | ||
- | Sets a Vector3 (V3) indicating the X/Y/Z rotation of the camara | + | Sets a Vector3 (V3) indicating the X/Y/Z rotation of the camera. |
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | SetCameraRotation(V3(80,45,0)) | + | SetCameraRotation(V3(80 45 0)) |
</ | </ | ||
< | < | ||