mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-12 20:27:17 +01:00
Adjust the Pickup entity methods to use the new method of receiving formatted strings.
This commit is contained in:
@@ -138,7 +138,12 @@ public:
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Modify the associated user tag.
|
||||
*/
|
||||
void SetTag(CSStr tag);
|
||||
void SetTag(const StackStrF & tag);
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Modify the associated user tag.
|
||||
*/
|
||||
CPickup & ApplyTag(StackStrF & tag);
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Retrieve the associated user data.
|
||||
|
||||
Reference in New Issue
Block a user