77#define DYNAMIC_SENTENCES
79#ifdef DYNAMIC_SENTENCES
83 #define SENTENCES_LIMIT 1024
string * g_sentences
Definition: sentences.h:80
void Sentences_Shutdown(void)
Called by CSQC_Shutdown() when the client game exits to clear the sentences buffer.
Definition: sentences.qc:39
int Sentences_GetID(string)
Returns the shared network ID for a given sentence.
Definition: sentences.qc:282
string Sentences_GetString(int id)
Gets the sentences string for a given id.
Definition: sentences.qc:162
int g_sentences_count
Definition: sentences.h:81
string Sentences_GetSamples(string)
Returns a string of sample for a given sentence.
Definition: sentences.qc:148
void Sentences_Init(void)
Called by CSQC_Init on the client, as well as init() on the server.
Definition: sentences.qc:170
var hashtable g_hashsentences
Definition: sentences.h:110