BIS fnc encodeFlags4: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - " <!---|arg= local |Multiplayer Arguments=---> <!---|eff= local |Multiplayer Effects=---> " to " ") |
m (Text replacement - "{{placeholder}}" to "{{Wiki|placeholder}}") |
||
Line 22: | Line 22: | ||
[1,0,2,3] -> 11 10 00 01 -> 225 | [1,0,2,3] -> 11 10 00 01 -> 225 | ||
[0,0,0,0,0,0,0,1] -> 01 00 00 00 00 00 00 00 -> 0100 0000 0000 0000 -> 16384 | [0,0,0,0,0,0,0,1] -> 01 00 00 00 00 00 00 00 -> 0100 0000 0000 0000 -> 16384 | ||
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> | */</pre>{{Wiki|placeholder}}<!-- Remove this after fill-in --> | ||
|s1= [] call [[BIS_fnc_encodeFlags4]] | |s1= [] call [[BIS_fnc_encodeFlags4]] |
Revision as of 01:30, 7 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Bitwise
Syntax
- Syntax:
- [] call BIS_fnc_encodeFlags4
- Return Value:
- Return value needed
Examples
- Examples:
- Example needed
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