BIS_fnc_decodeFlags

From Bohemia Interactive Community
Revision as of 20:58, 20 May 2017 by Dedmen (talk | contribs) (1 revision imported: BIS Functions update 2/7)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*

	Decodes a single scalar into array of unique binary flags with indexes between 0-15. Max. value of the scalar that can be decoded is 65535 (= 2^16 - 1).

	Syntax:
	-------
	_flags:array = _encodedFlags:scalar call bis_fnc_decodeFlags;

	Example:
	--------
	[0,2,3] = 13 call bis_fnc_decodeFlags;

*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

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

Notes

Bottom Section