Lua bytestring - VanaDev/Vana GitHub Wiki
A value that can be a Lua string or it can be a keyless table of integer values between 0 and 255.
e.g.
bytestr = { 3, 4, 22, 0xFF }; bytestr = "HELLO";
A value that can be a Lua string or it can be a keyless table of integer values between 0 and 255.
e.g.
bytestr = { 3, 4, 22, 0xFF }; bytestr = "HELLO";