{BBuf객체}.nbyte
바이너리 데이터의 크기 (byte수)
var bbuf=enet.BBuf() bbuf.append("s4", 20) bbuf.append("s4", -10) print bbuf.nbyte() # "8"
Last updated 2 years ago
Was this helpful?