BIS fnc curatorVisionModes: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "| arma 3 |Game name=" to "| arma3 |Game name=") |
Lou Montana (talk | contribs) 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 23:10, 16 January 2021
Description
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