camPrepareFovRange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "{{Feature|Warning|" to "{{Feature|warning|")
 
(42 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|version1= 1.00


|1.00|= Game version
|game2= arma2
____________________________________________________________________________________________
|version2= 1.00


| Prepares the camera field of view range for auto zooming.
|game3= arma2oa
<br><br>{{warning|This command is '''non-functional'''!}} |DESCRIPTION=
|version3= 1.50
____________________________________________________________________________________________


| camera '''camPrepareFovRange''' fovRange |SYNTAX=
|game4= tkoh
|version4= 1.00


|p1= camera: [[Object]] |PARAMETER1=
|game5= arma3
|p2= fovRange: [[Array]] |PARAMETER2=
|version5= 0.50


| [[Nothing]] |RETURNVALUE=
|gr1= Broken Commands
____________________________________________________________________________________________
|gr2= Camera Control
 
|x1= <code> _camera '''camPrepareFovRange''' [0.1, 0.5]  </code> |EXAMPLE1=
____________________________________________________________________________________________


| [[camPreload]], [[camCommitPrepared]]  |SEEALSO=
|descr= Prepares the camera field of view range for auto zooming.
{{Feature|warning|This command is '''non-functional'''!}}


}}
|s1= camera [[camPrepareFovRange]] fovRange


<h3 style="display:none">Notes</h3>
|p1= camera: [[Object]]
<dl class="command_description">


<!-- Note Section BEGIN -->
|p2= fovRange: [[Array]]


<!-- Note Section END -->
|r1= [[Nothing]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>_camera camPrepareFovRange [0.1, 0.5];</sqf>


[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
|seealso= [[camPreload]] [[camCommitPrepared]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Command_Group:_Camera_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Broken Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 01:24, 2 February 2024

Hover & click on the images for description

Description

Description:
Prepares the camera field of view range for auto zooming.
This command is non-functional!
Groups:
Broken CommandsCamera Control

Syntax

Syntax:
camera camPrepareFovRange fovRange
Parameters:
camera: Object
fovRange: Array
Return Value:
Nothing

Examples

Example 1:
_camera camPrepareFovRange [0.1, 0.5];

Additional Information

See also:
camPreload camCommitPrepared

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