Return the length of the written string.

Since they can be dynamically generated through a formatted string.
This commit is contained in:
Sandu Liviu Catalin
2020-04-20 03:48:49 +03:00
parent 1f2f580a67
commit 8a927419c2
2 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -583,12 +583,12 @@ public:
/* --------------------------------------------------------------------------------------------
* Write a raw string to the buffer.
*/
void WriteRawString(StackStrF & val);
SQInteger WriteRawString(StackStrF & val);
/* --------------------------------------------------------------------------------------------
* Write a client encoded string to the buffer.
*/
void WriteClientString(StackStrF & val);
SQInteger WriteClientString(StackStrF & val);
/* --------------------------------------------------------------------------------------------
* Write a AABB to the buffer.