rswiki-book/src/RS-String.md

12 lines
442 B
Markdown
Raw Normal View History

2018-07-03 00:31:18 -04:00
== Introduction ==
RS String is a codename for a custom string data-type used in the
RuneScape protocol. <br /> The string data-type is used to hold a series
of characters in order to form a message.
===Old Engine Protocol=== In the old engine client, the RS String
datatype is delimited by a newline character (value "\n").
===New Engine Protocol=== In the new-engine client, the RS String
datatype is delimited by a null byte (value 0).