engine: server: register str64stats command that prints string pool usage statistics

This commit is contained in:
Alibek Omarov
2024-03-25 05:49:34 +03:00
parent d34fedea69
commit f6d489e038
3 changed files with 14 additions and 12 deletions

View File

@@ -613,9 +613,7 @@ string_t SV_MakeString( const char *szValue );
const char *SV_GetString( string_t iString );
void SV_SetStringArrayMode( qboolean dynamic );
void SV_EmptyStringPool( void );
#ifdef XASH_64BIT
void SV_PrintStr64Stats_f( void );
#endif
sv_client_t *SV_ClientFromEdict( const edict_t *pEdict, qboolean spawned_only );
uint SV_MapIsValid( const char *filename, const char *spawn_entity, const char *landmark_name );
void SV_StartSound( edict_t *ent, int chan, const char *sample, float vol, float attn, int flags, int pitch );