BIS fnc setCuratorVisionModes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
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|Comments=
{{Function


| arma3 |Game name=
| arma3


|1.16|Game version=
|1.16


|gr1 = Curator |GROUP1=
|gr1 = Curator


|Set which vision modes curator can access.|Description=
|Set which vision modes curator can access.


| [curator,mode] call [[BIS_fnc_setCuratorVisionModes]] |Syntax=
| [curator,mode] call [[BIS_fnc_setCuratorVisionModes]]


|p1=curator [[Object]] |Parameter 1=
|p1=curator [[Object]]


|p2=mode [[Array]] of [[Number|numbers]] - Vision modes, can be:
|p2=mode [[Array]] of [[Number|numbers]] - Vision modes, can be:
*-2 - NVG
*-2 - NVG
*-1 - Normal
*-1 - Normal
*0,1,.... - Thermal vision see [[setCamUseTi]] for detailed information|Parameter 2=
*0,1,.... - Thermal vision see [[setCamUseTi]] for detailed information


| [[Boolean]]|Return value=
| [[Boolean]]


|x1= <code>[BIS_curator,[-1,-2]] [[call]] [[BIS_fnc_setCuratorVisionModes]];</code>|Example 1=
|x1= <code>[BIS_curator,[-1,-2]] [[call]] [[BIS_fnc_setCuratorVisionModes]];</code>




| [[Curator]],[[curatorCamera]],[[setCamUseTi]] |See also=
| [[Curator]],[[curatorCamera]],[[setCamUseTi]]
}}
}}



Revision as of 00:46, 18 January 2021

Hover & click on the images for description

Description

Description:
Set which vision modes curator can access.
Execution:
call
Groups:
Curator

Syntax

Syntax:
[curator,mode] call BIS_fnc_setCuratorVisionModes
Parameters:
curator Object
mode Array of numbers - Vision modes, can be:
  • -2 - NVG
  • -1 - Normal
  • 0,1,.... - Thermal vision see setCamUseTi for detailed information
Return Value:
Boolean

Examples

Example 1:
[BIS_curator,[-1,-2]] call BIS_fnc_setCuratorVisionModes;

Additional Information

See also:
CuratorcuratorCamerasetCamUseTi

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