BIS fnc camera: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.00 | |1.00 | ||
|gr1 = Diagnostic | |gr1 = Diagnostic | ||
| Splendid™ Camera, ''"Ultimate Screenshot Simulator"'' | | Splendid™ Camera, ''"Ultimate Screenshot Simulator"'' | ||
| [mode, parameter] call [[BIS_fnc_camera]] | | [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: | ||
Line 33: | Line 33: | ||
* "InitDummy" | * "InitDummy" | ||
* "ExitDummy" | * "ExitDummy" | ||
* "Exit" | * "Exit" | ||
|p2= parameter: [[Anything]] - (Optional, default []) | |p2= parameter: [[Anything]] - (Optional, default []) | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[] [[call]] [[BIS_fnc_camera]];</code> | |x1= <code>[] [[call]] [[BIS_fnc_camera]];</code> | ||
|x2= <code>[] [[spawn]] [[BIS_fnc_camera]];</code> | |x2= <code>[] [[spawn]] [[BIS_fnc_camera]];</code> | ||
|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]] | | [[Camera.sqs]], [[Arma 3: Splendid Camera|Splendid camera controls]], [[BIS_fnc_cameraOld]] | ||
}} | }} | ||
Revision as of 22:38, 17 January 2021
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
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
Bottom Section
- 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.