BIS fnc camera: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<dl class="command_description"> <dd class="notedate">" to "<dl class="command_description"> <dt></dt> <dd class="notedate">") |
Lou Montana (talk | contribs) m (Text replacement - "(Optional, default {{hl|[]}})" to "(Optional, default <sqf inline>[]</sqf>)") |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Diagnostic | ||
| | |descr= Splendid™ Camera, ''"Ultimate Screenshot Simulator"'' | ||
| | |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: | ||
{{Columns|4| | |||
* "Init" | * "Init" | ||
* "Mouse" | * "Mouse" | ||
Line 34: | Line 34: | ||
* "ExitDummy" | * "ExitDummy" | ||
* "Exit" | * "Exit" | ||
}} | |||
|p2= parameter: [[Anything]] - (Optional, default []) | |p2= parameter: [[Anything]] - (Optional, default <sqf inline>[]</sqf>) | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>[] call BIS_fnc_camera;</sqf> | ||
|x2= < | |x2= <sqf>[] spawn BIS_fnc_camera;</sqf> | ||
|x3= < | |x3= <sqf>["Init"] call BIS_fnc_camera;</sqf> | ||
| [[Camera.sqs]] | |seealso= [[Camera.sqs]] [[Arma 3: Splendid Camera|Splendid camera controls]] [[BIS_fnc_cameraOld]] | ||
}} | }} | ||
<dl class="command_description"> | |||
<dt></dt> | <dt></dt> | ||
<dd class="notedate">Posted on | <dd class="notedate">Posted on 2014-10-10 - 00:15 (UTC)</dd> | ||
<dt class="note">[[User:Benargee|Benargee]]</dt> | <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 class="note">(Arma 3 1.30) Calling from pause menu debug console without arguments will crash the game. Tested in singleplayer editor preview.</dd> | ||
</dd> | |||
</dl> | </dl> | ||
Latest revision as of 18:09, 8 November 2023
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:
- Example 2:
- Example 3:
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
- 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.