BIS fnc toggleCuratorVisionMode: 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) - Done Curator)
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, mode] call [[BIS_fnc_toggleCuratorVisionMode]] |= Syntax
Toggle curator vision mode
____________________________________________________________________________________________
 
Parameter(s):
0: OBJECT - curator
1 (Optional): NUMBER - change index (default: 1)
 
Returns:
BOOL
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p1= curator: [[Object]] - Curator|= Parameter 1
|p2= mode: [[Number]] - (Optional, default 1) Mode index|= Parameter 2
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_toggleCuratorVisionMode]]; --> |= Syntax
| [[Boolean]]|= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[Curator, -2] [[call]] [[BIS_fnc_toggleCuratorVisionMode]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 19:56, 1 June 2018

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