BIS fnc curatorVisionModes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "| arma 3 |Game name=" to "| arma3 |Game name=")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 7: Line 6:


|gr1 = Curator |GROUP1=
|gr1 = Curator |GROUP1=
____________________________________________________________________________________________


| Toggle curator vision mode.|DESCRIPTION=
| Toggle curator vision mode.|DESCRIPTION=
____________________________________________________________________________________________


| [curator] call [[BIS_fnc_curatorVisionModes]] |SYNTAX=
| [curator] call [[BIS_fnc_curatorVisionModes]] |SYNTAX=
____________________________________________________________________________________________


|p1= curator: [[Object]] - Curator|PARAMETER1=
|p1= curator: [[Object]] - Curator|PARAMETER1=
____________________________________________________________________________________________


| [[Array]] of [[Number|numbers]] - Vision modes|RETURNVALUE=
| [[Array]] of [[Number|numbers]] - Vision modes|RETURNVALUE=
____________________________________________________________________________________________


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


| [[BIS_fnc_toggleCuratorVisionMode]], [[Curator]] |SEEALSO=
| [[BIS_fnc_toggleCuratorVisionMode]], [[Curator]] |SEEALSO=

Revision as of 00:10, 17 January 2021

Hover & click on the images for description

Description

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

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