mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add Lua bitop library (#9847)
This commit is contained in:
parent
7a1464d783
commit
b9051386ae
8 changed files with 251 additions and 1 deletions
|
@ -8825,3 +8825,10 @@ Used by `minetest.register_authentication_handler`.
|
|||
-- Returns an iterator (use with `for` loops) for all player names
|
||||
-- currently in the auth database
|
||||
}
|
||||
|
||||
Bit Library
|
||||
-----------
|
||||
|
||||
Functions: bit.tobit, bit.tohex, bit.bnot, bit.band, bit.bor, bit.bxor, bit.lshift, bit.rshift, bit.arshift, bit.rol, bit.ror, bit.bswap
|
||||
|
||||
See http://bitop.luajit.org/ for advanced information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue