flatbuffers
flatbuffers copied to clipboard
lua: fix bool encoding
Bools were being encoded as ASCII 0/1 instead of binary 0/1
Also fix issue @Cindlory noticed that strings do not expose numerical indexing