BIS fnc toggleCuratorVisionMode: 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, mode] call [[BIS_fnc_toggleCuratorVisionMode]] |= Syntax
| [curator, mode] call [[BIS_fnc_toggleCuratorVisionMode]] |SYNTAX=
____________________________________________________________________________________________
____________________________________________________________________________________________


|p1= curator: [[Object]] - Curator|= Parameter 1
|p1= curator: [[Object]] - Curator|PARAMETER1=
|p2= mode: [[Number]] - (Optional, default 1) Mode index|= Parameter 2
|p2= mode: [[Number]] - (Optional, default 1) Mode index|PARAMETER2=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Boolean]]|= Return value
| [[Boolean]]|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 15:34, 7 April 2019

Hover & click on the images for description

Description

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

Syntax

Syntax:
[curator, mode] call BIS_fnc_toggleCuratorVisionMode
Parameters:
curator: Object - Curator
mode: Number - (Optional, default 1) Mode index
Return Value:
Boolean

Examples

Example 1:
[Curator, -2] call BIS_fnc_toggleCuratorVisionMode;

Additional Information

See also:
BIS_fnc_curatorVisionModesCurator

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