Classref: Added docs for StreamPeer* (#5216)
This commit is contained in:
parent
01bb8787c9
commit
cffdc52482
2 changed files with 47 additions and 1 deletions
|
|
@ -357,7 +357,6 @@ String StreamPeer::get_string(int p_bytes){
|
|||
String StreamPeer::get_utf8_string(int p_bytes){
|
||||
|
||||
ERR_FAIL_COND_V(p_bytes<0,String());
|
||||
ERR_FAIL_COND_V(p_bytes<0,String());
|
||||
|
||||
Vector<uint8_t> buf;
|
||||
buf.resize(p_bytes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue