Difference between revisions of "Bit (API)"
From ComputerCraft Wiki
(No difference)
| |
Revision as of 18:51, 4 February 2012
The Bit API is for manipulating bits of variables.
A list of functions:
| Method name | Description |
|---|---|
| bit.tobits(n) | <no description given> |
| bit.blshift(n, bits) | <no description given> |
| bit.brshift(n, bits) | <no description given> |
| bit.bxor(m, n) | <no description given> |
| bit.bor(m, n) | <no description given> |
| bit.band(m, n) | <no description given> |
| bit.bnot(n) | <no description given> |
| bit.tonumb(bit_tbl) | <no description given> |