mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-11 13:41:51 +00:00
Some debug stuff
This commit is contained in:
@ -61,4 +61,5 @@ namespace game
|
||||
int SL_ConvertFromString(scriptInstance_t inst, const char* str);
|
||||
int SL_ConvertFromRefString(scriptInstance_t inst, RefString* refString);
|
||||
RefString* GetRefString_0(scriptInstance_t inst, const char* str);
|
||||
const char* SL_ConvertToStringSafe(unsigned int id, game::scriptInstance_t inst);
|
||||
}
|
@ -362,4 +362,9 @@ namespace game
|
||||
{
|
||||
return codsrc::GetRefString_0(inst, str);
|
||||
}
|
||||
|
||||
const char* SL_ConvertToStringSafe(unsigned int id, game::scriptInstance_t inst)
|
||||
{
|
||||
return codsrc::SL_ConvertToStringSafe(id, inst);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user