Skip to content
Bui edited this page Aug 19, 2015 · 1 revision

A value that can be a Lua string of a single character or it can be an integer value between 0 and 255.

e.g.

 bytechar = 0xFF;
 bytechar = "H";
Clone this wiki locally