BIS fnc camera: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Debug(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\] " to "")
m (Text replacement - "(Optional, default {{hl|[]}})" to "(Optional, default <sqf inline>[]</sqf>)")
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.00


|1.00|Game version=
|gr1= Diagnostic


|gr1 = Diagnostic |GROUP1=
|descr= Splendid™ Camera, ''"Ultimate Screenshot Simulator"''
____________________________________________________________________________________________


| Splendid™ Camera, ''"Ultimate Screenshot Simulator"'' |Description=
|s1= [mode, parameter] call [[BIS_fnc_camera]]
____________________________________________________________________________________________
 
| [mode, parameter] call [[BIS_fnc_camera]] |Syntax=


|p1= mode: [[String]] - (Optional, default "Init") '''case-sensitive''', for internal use. Can be one of:
|p1= mode: [[String]] - (Optional, default "Init") '''case-sensitive''', for internal use. Can be one of:
{{Columns|4|
* "Init"
* "Init"
* "Mouse"
* "Mouse"
Line 36: Line 33:
* "InitDummy"
* "InitDummy"
* "ExitDummy"
* "ExitDummy"
* "Exit" |Parameter 1=
* "Exit"
}}


|p2= parameter: [[Anything]] - (Optional, default []) |Parameter 2=
|p2= parameter: [[Anything]] - (Optional, default <sqf inline>[]</sqf>)


| [[Nothing]] |Return value=
|r1= [[Nothing]]
____________________________________________________________________________________________


|x1= <code>[] [[call]] [[BIS_fnc_camera]];</code> |Example 1=
|x1= <sqf>[] call BIS_fnc_camera;</sqf>


|x2= <code>[] [[spawn]] [[BIS_fnc_camera]];</code> |Example 2=
|x2= <sqf>[] spawn BIS_fnc_camera;</sqf>


|x3= <code>["Init"] [[call]] [[BIS_fnc_camera]];</code> |Example 3=
|x3= <sqf>["Init"] call BIS_fnc_camera;</sqf>
____________________________________________________________________________________________


| [[Camera.sqs]], [[Splendid_Camera|Splendid camera controls]], [[BIS_fnc_cameraOld]] |See also=
|seealso= [[Camera.sqs]] [[Arma 3: Splendid Camera|Splendid camera controls]] [[BIS_fnc_cameraOld]]
}}
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
<dt></dt>
</dl>
<dd class="notedate">Posted on 2014-10-10 - 00:15 (UTC)</dd>
<dt class="note">[[User:Benargee|Benargee]]</dt>
<dd class="note">(Arma 3 1.30) Calling from pause menu debug console without arguments will crash the game. Tested in singleplayer editor preview.</dd>


<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:camera}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:camera}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on October 10, 2014 - 00:15 (UTC)</dd>
<dt class="note">[[User:Benargee|Benargee]]</dt>
<dd class="note">(Arma 3 1.30) Calling from pause menu debug console without arguments will crash the game. Tested in singleplayer editor preview.
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->

Latest revision as of 19:09, 8 November 2023

Hover & click on the images for description

Description

Description:
Splendid™ Camera, "Ultimate Screenshot Simulator"
Execution:
call
Groups:
Diagnostic

Syntax

Syntax:
[mode, parameter] call BIS_fnc_camera
Parameters:
mode: String - (Optional, default "Init") case-sensitive, for internal use. Can be one of:
  • "Init"
  • "Mouse"
  • "MouseButtonDown"
  • "MouseButtonUp"
  • "MouseZChanged"
  • "KeyDown"
  • "KeyUp"
  • "Draw3D"
  • "MapDraw"
  • "MapClick"
  • "SliderFocus"
  • "SliderAperture"
  • "SliderDaytime"
  • "SliderOvercast"
  • "SliderAcctime"
  • "SliderColor"
  • "SliderContrast"
  • "SliderSaturation"
  • "Paste"
  • "InitDummy"
  • "ExitDummy"
  • "Exit"
parameter: Anything - (Optional, default [])
Return Value:
Nothing

Examples

Example 1:
[] call BIS_fnc_camera;
Example 2:
[] spawn BIS_fnc_camera;
Example 3:
["Init"] call BIS_fnc_camera;

Additional Information

See also:
Camera.sqs Splendid camera controls BIS_fnc_cameraOld

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
Posted on 2014-10-10 - 00:15 (UTC)
Benargee
(Arma 3 1.30) Calling from pause menu debug console without arguments will crash the game. Tested in singleplayer editor preview.