BIS fnc curatorVisionModes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


Line 16: Line 16:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 12:27, 7 April 2019

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