BIS fnc decodeFlags: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported: BIS Functions update 2/7) |
(pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Decodes a single scalar into array of unique binary flags with indexes between 0-15.|Description= | ||
____________________________________________________________________________________________ | |||
| scalar call [[BIS_fnc_decodeFlags]] |Syntax= | |||
|p1= scalar: [[Scalar]] - Scalar (max. 65535, 2^16-1) |Parameter 1= | |||
| | | [[Array]] - Flags (See parameter of [[BIS_fnc_encodeFlags]]) |Return value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>_decodedFlags = 13 call [[BIS_fnc_decodeFlags]];//Returns [0,2,3]</code>|Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[BIS_fnc_encodeFlags]] |See also= | ||
}} | }} | ||
Revision as of 14:08, 5 July 2018
Description
- Description:
- Decodes a single scalar into array of unique binary flags with indexes between 0-15.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- scalar call BIS_fnc_decodeFlags
- Parameters:
- scalar: Scalar - Scalar (max. 65535, 2^16-1)
- Return Value:
- Array - Flags (See parameter of BIS_fnc_encodeFlags)
Examples
- Example 1:
_decodedFlags = 13 call BIS_fnc_decodeFlags;//Returns [0,2,3]
Additional Information
- See also:
- BIS_fnc_encodeFlags
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