BIS fnc encodeFlags2: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) - ([a-z -]+) \|x1=" to "|r1=$1 - $2 |x1=")
Line 14: Line 14:
|p1= arrayOfNumbers: [[Array]] of [[Number]]s - "boolean" flags where 0 = false and 1 = true
|p1= arrayOfNumbers: [[Array]] of [[Number]]s - "boolean" flags where 0 = false and 1 = true


| [[Number]] - the calculated number
|r1= [[Number]] - the calculated number


|x1= <code>[[private]] _result = [1,0,1,1] [[call]] [[BIS_fnc_encodeFlags2]];
|x1= <code>[[private]] _result = [1,0,1,1] [[call]] [[BIS_fnc_encodeFlags2]];

Revision as of 15:34, 10 June 2021

Hover & click on the images for description

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:
Number - the calculated number

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