mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-09-10 00:47:11 +02:00
Return the length of the written string.
Since they can be dynamically generated through a formatted string.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user