BIS fnc curatorVisionModes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma 3 |= Game name


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


| <pre>/*
| Toggle curator vision mode.|= Description
____________________________________________________________________________________________


Description:
| [curator] call [[BIS_fnc_curatorVisionModes]] |= Syntax
Return allowed curator vision modes
____________________________________________________________________________________________
 
Parameter(s):
0: OBJECT - curator
 
Returns:
ARRAY of NUMBERs
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p1= curator: [[Object]] - Curator|= Parameter 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_curatorVisionModes]]; --> |= Syntax
| [[Array]] of [[Number|numbers]] - Vision modes|= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>_visionModes = [Curator] [[call]] [[BIS_fnc_curatorVisionModes]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[BIS_fnc_setCuratorVisionModes]] |= See also
| [[BIS_fnc_toggleCuratorVisionMode]], [[Curator]] |= See also
 
}}
}}



Revision as of 19:59, 1 June 2018

Hover & click on the images for description

Description

Description:
Toggle curator vision mode.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[curator] call BIS_fnc_curatorVisionModes
Parameters:
curator: Object - Curator
Return Value:
Array of numbers - Vision modes

Examples

Example 1:
_visionModes = [Curator] call BIS_fnc_curatorVisionModes;

Additional Information

See also:
BIS_fnc_toggleCuratorVisionModeCurator

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