BIS fnc decodeFlags2: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
||
Line 9: | Line 9: | ||
{{Feature|informative|The maximal decodable number is '''16777215''' (2<sup>24</sup> - 1).}} | {{Feature|informative|The maximal decodable number is '''16777215''' (2<sup>24</sup> - 1).}} | ||
|s1=[value, size] call [[BIS_fnc_decodeFlags2]] | |s1= [value, size] call [[BIS_fnc_decodeFlags2]] | ||
|p1= value: [[Number]] - (Optional, default 0) the value to be converted | |p1= value: [[Number]] - (Optional, default 0) the value to be converted |
Latest revision as of 23:11, 12 July 2022
Description
- Description:
- Decodes a single scalar into array of unique binary flags (zeroes or ones).
- Execution:
- call
- Groups:
- Bitwise
Syntax
- Syntax:
- [value, size] call BIS_fnc_decodeFlags2
- Parameters:
- value: Number - (Optional, default 0) the value to be converted
- size: Number - (Optional, default 1) wanted array size
- Return Value:
- Array of Numbers - "boolean" flags where 0 = false and 1 = true
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- BIS_fnc_encodeFlags BIS_fnc_encodeFlags2 BIS_fnc_encodeFlags4 BIS_fnc_encodeFlags8 BIS_fnc_decodeFlags BIS_fnc_decodeFlags4 BIS_fnc_decodeFlags8
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