BIS fnc encodeFlags2: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Function " to "{{RV|type=function ") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|") |
||
Line 8: | Line 8: | ||
| Encodes array of unique binary flags (zeroes or ones) into a single scalar. | | Encodes array of unique binary flags (zeroes or ones) into a single scalar. | ||
{{ | {{Feature | important | Note that the input array is in {{Wikipedia|Endianness#Definition|Big Endian}}, meaning that the smallest value is '''to the left'''.}} | ||
| arrayOfNumbers call [[BIS_fnc_encodeFlags2]] | | arrayOfNumbers call [[BIS_fnc_encodeFlags2]] |
Revision as of 02:06, 7 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Bitwise
Syntax
- Syntax:
- Syntax needed
- Parameters:
- arrayOfNumbers: Array of Numbers - "boolean" flags where 0 = false and 1 = true
- Return Value:
- Return value needed
Examples
- Example 1:
private _result = [1,0,1,1] call BIS_fnc_encodeFlags2; hint str _result; // Displays 13
Additional Information
- See also:
- See also needed
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