mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-05 16:37:12 +02:00
Return by reference.
This commit is contained in:
@ -9,7 +9,7 @@ namespace SqMod {
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* Retrieve the name associated with a vehicle model identifier.
|
||||
*/
|
||||
SQMOD_NODISCARD String GetAutomobileName(uint32_t id);
|
||||
SQMOD_NODISCARD String & GetAutomobileName(uint32_t id);
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* Modify the name associated with a vehicle model identifier.
|
||||
|
Reference in New Issue
Block a user