1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Adjust the Vehicle entity methods to use the new method of receiving formatted strings.

This commit is contained in:
Sandu Liviu Catalin
2016-11-16 14:49:12 +02:00
parent 6373c24bae
commit cb8b595318
2 changed files with 23 additions and 3 deletions

View File

@ -144,7 +144,12 @@ public:
/* --------------------------------------------------------------------------------------------
* Modify the associated user tag.
*/
void SetTag(CSStr tag);
void SetTag(const StackStrF & tag);
/* --------------------------------------------------------------------------------------------
* Modify the associated user tag.
*/
CVehicle & ApplyTag(StackStrF & tag);
/* --------------------------------------------------------------------------------------------
* Retrieve the associated user data.