mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-08 02:07:17 +01:00
Adjust the Vehicle entity methods to use the new method of receiving formatted strings.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user