This shows you the differences between two versions of the page.
4rpl:commands:getdefaultcameraposition [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:getdefaultcameraposition [2022/09/05 14:22] (current) – Command not supported karsten75 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~NOTOC~~ | ||
- | < | ||
- | |||
- | ====== GetDefaultCameraPosition ====== | ||
- | GetDefaultCameraPosition -> | ||
- | |||
- | ===== Description ===== | ||
- | Returns a vector3 indicating the default camera position. The default position is where the camera moves to when it is reset. | ||
- | |||
- | ===== Examples ===== | ||
- | <code 4rpl> | ||
- | print(GetDefaultCameraPosition) | ||
- | </ | ||
- | < | ||