BIS fnc setCuratorVisionModes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (GVI 1.00 --> 1.16 http://dev.arma3.com/post/spotrep-00023 (It's Zeus update, obvious))
m (pf)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.16|= Game version
|1.16|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
|Set which vision modes curator can access.|Description=
____________________________________________________________________________________________


Description:
| [curator,mode] call [[BIS_fnc_setCuratorVisionModes]] |Syntax=
Set which vision modes curator can access
Supported modes are:
-2: NVG
-1: Normal
0,1,...: Thermal (number represents type, see SetCamUseTi scripting command)


Parameter(s):
|p1=curator [[Object]] |Parameter 1=
0: OBJECT - curator
1: ARRAY of NUMBERs


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


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[Boolean]]|Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_setCuratorVisionModes]]; --> |= Syntax
|x1= <code>[BIS_curator,[-1,-2]] [[call]] [[BIS_fnc_setCuratorVisionModes]];</code>|Example 1=
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________


|x1= <code></code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 17:56, 22 June 2018

Hover & click on the images for description

Description

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

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

Notes

Bottom Section