Difference between revisions of "GET CAM FOV"
Jump to navigation
Jump to search
(Returns the current camera fov) |
(Returns an integer of the camera fov) |
||
| Line 5: | Line 5: | ||
|p1t = handle | |p1t = handle | ||
|p1d = A handle for the camera | |p1d = A handle for the camera | ||
| − | |||
|r = 1 | |r = 1 | ||
|rt = integer? | |rt = integer? | ||
|rd = A integer of the camera field of view (FOV) | |rd = A integer of the camera field of view (FOV) | ||
}} | }} | ||
Latest revision as of 18:28, 28 April 2015
| Number of parameters: 1 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | handle | A handle for the camera |
| Return value: | ||
| Type | Description | |
| integer? | A integer of the camera field of view (FOV) | |