BIS fnc toggleCuratorVisionMode: Difference between revisions
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 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma 3 |= Game name | ||
|1.16|= Game version | |1.16|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Toggle curator vision mode.|= Description | ||
____________________________________________________________________________________________ | |||
| [curator, mode] call [[BIS_fnc_toggleCuratorVisionMode]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= curator: [[Object]] - Curator|= Parameter 1 | |||
|p2= mode: [[Number]] - (Optional, default 1) Mode index|= Parameter 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Boolean]]|= 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 18:56, 1 June 2018
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