BIS fnc camera: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<dl class="command_description"> <dd class="notedate">" to "<dl class="command_description"> <dt></dt> <dd class="notedate">")
m (Text replacement - " <!-- (DIS)?CONTINUE Notes -->" to "")
Line 52: Line 52:




<!-- CONTINUE Notes -->
<dl class="command_description">
<dl class="command_description">
<dt></dt>
<dt></dt>
Line 60: Line 59:
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 01:49, 6 April 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Diagnostic

Syntax

Syntax:
Syntax needed
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:
Return value needed

Examples

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

Additional Information

See also:
See also needed

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.