1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00
Files
godot/doc/classes
Fabio Alessandrelli b9707ce08f StreamPeer get[_utf8]_string with negative length.
If the "bytes" parameter of get_string and get_utf8_string is negative,
the length will be read from the stream instead.
The bytes parameter has now a default (-1), allowing to use them
directly as reverses of put_string and put_utf8_string .
put_string was not implemented, so I implemented it to allow sending
ASCII strings (which are much smaller than UTF8 ones).
2018-09-22 13:35:41 +02:00
..
2018-09-10 13:42:45 +02:00
2018-09-12 21:39:17 -04:00
2018-09-12 21:39:17 -04:00
2018-09-15 21:06:32 +02:00
2018-09-07 20:07:44 +02:00
2018-09-12 21:39:17 -04:00
2018-09-21 15:34:11 +02:00
2018-09-12 21:39:17 -04:00
2018-09-12 21:39:17 -04:00
2018-09-15 00:06:03 +02:00
2018-09-12 21:39:17 -04:00