바이너리 버퍼에 저장된 데이터를 전부 삭제합니다.
{BBuf객체}.clear()
없음
var bbuf=enet.BBuf() bbuf.append("s4", 20) bbuf.append("s4", -10) bbuf.clear()
Last updated 2 years ago
Was this helpful?