BIS fnc camera getFOV: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (page filled)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2")
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function
{{RV|type=function


|game1= arma3
|game1= arma3
|version1= 1.00
|version1= 1.00


<!--|exec= server|=-->
|gr1= Camera
 
<!--|arg= local-->
 
<!--|eff= local-->


|descr= Gets FOV of camera.
|descr= Gets FOV of camera.


||s1= [camera] call [[BIS_fnc_camera_getFOV]]|=Syntax
|s1= [camera] call [[BIS_fnc_camera_getFOV]]


|p1= camera: [[Object]] - The camera
|p1= camera: [[Object]] - the camera


|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[BIS_camera] [[call]] [[BIS_fnc_camera_getFOV]];</code>
|x1= <sqf>[BIS_camera] call BIS_fnc_camera_getFOV;</sqf>
 
|exec= call


|seealso= [[BIS_fnc_camera_setFOV]]
|seealso= [[BIS_fnc_camera_setFOV]]
}}
}}
[[Category:Function Group: Camera|{{uc:camera_getFOV}}]]
[[Category:Functions|{{uc:camera_getFOV}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:camera_getFOV}}]]

Latest revision as of 16:51, 8 November 2023

Hover & click on the images for description

Description

Description:
Gets FOV of camera.
Execution:
call
Groups:
Camera

Syntax

Syntax:
[camera] call BIS_fnc_camera_getFOV
Parameters:
camera: Object - the camera
Return Value:
Nothing

Examples

Example 1:
[BIS_camera] call BIS_fnc_camera_getFOV;

Additional Information

See also:
BIS_fnc_camera_setFOV

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note