BIS fnc camera: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function


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


|gr1= Diagnostic
|gr1= Diagnostic


| Splendid™ Camera, ''"Ultimate Screenshot Simulator"''
|descr= Splendid™ Camera, ''"Ultimate Screenshot Simulator"''


| [mode, parameter] call [[BIS_fnc_camera]]
|s1= [mode, parameter] call [[BIS_fnc_camera]]


|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:
<div style="columns: 4">
* "Init"
* "Init"
* "Mouse"
* "Mouse"
Line 34: Line 34:
* "ExitDummy"
* "ExitDummy"
* "Exit"
* "Exit"
</div>


|p2= parameter: [[Anything]] - (Optional, default [])
|p2= parameter: [[Anything]] - (Optional, default [])


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


|x1= <code>[] [[call]] [[BIS_fnc_camera]];</code>
|x1= <code>[] [[call]] [[BIS_fnc_camera]];</code>
Line 45: Line 46:
|x3= <code>["Init"] [[call]] [[BIS_fnc_camera]];</code>
|x3= <code>["Init"] [[call]] [[BIS_fnc_camera]];</code>


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


<dl class="command_description">
<dl class="command_description">

Revision as of 22:15, 9 June 2021

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.sqsSplendid camera controlsBIS_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 October 10, 2014 - 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.