BIS fnc decodeFlags: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Bitwise |GROUP1=")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2")
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.00


|1.00|Game version=
|gr1= Bitwise


|gr1 = Bitwise |GROUP1=
|descr= Decodes a single scalar into array of unique binary flags with indexes between 0-15.
____________________________________________________________________________________________


| Decodes a single scalar into array of unique binary flags with indexes between 0-15.|Description=
|s1= scalar call [[BIS_fnc_decodeFlags]]
____________________________________________________________________________________________


| scalar call [[BIS_fnc_decodeFlags]] |Syntax=
|p1= scalar: [[Number]] - scalar (max. 65535, 2^16-1)


|r1= [[Array]] - flags (See parameter of [[BIS_fnc_encodeFlags]])


|p1= scalar: [[Scalar]] - Scalar (max. 65535, 2^16-1) |Parameter 1=
|x1= <sqf>private _decodedFlags = 13 call BIS_fnc_decodeFlags;//Returns [0,2,3]</sqf>


| [[Array]] - Flags (See parameter of [[BIS_fnc_encodeFlags]]) |Return value=
|seealso= [[BIS_fnc_encodeFlags]]
 
____________________________________________________________________________________________
 
|x1= <code>_decodedFlags = 13 call [[BIS_fnc_decodeFlags]];//Returns [0,2,3]</code>|Example 1=
____________________________________________________________________________________________
 
| [[BIS_fnc_encodeFlags]] |See also=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Misc|{{uc:decodeFlags}}]]
[[Category:Functions|{{uc:decodeFlags}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:decodeFlags}}]]

Latest revision as of 16:49, 8 November 2023

Hover & click on the images for description

Description

Description:
Decodes a single scalar into array of unique binary flags with indexes between 0-15.
Execution:
call
Groups:
Bitwise

Syntax

Syntax:
scalar call BIS_fnc_decodeFlags
Parameters:
scalar: Number - scalar (max. 65535, 2^16-1)
Return Value:
Array - flags (See parameter of BIS_fnc_encodeFlags)

Examples

Example 1:
private _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