77#define DYNAMIC_SENTENCES
79#ifdef DYNAMIC_SENTENCES
83 #define SENTENCES_LIMIT 1024
108void Sentences_Init(
void);
110var hashtable g_hashsentences;
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:40
int Sentences_GetID(string)
Returns the shared network ID for a given sentence.
Definition: sentences.qc:283
string Sentences_GetString(int id)
Gets the sentences string for a given id.
Definition: sentences.qc:163
int g_sentences_count
Definition: sentences.h:81
string Sentences_GetSamples(string)
Returns a string of sample for a given sentence.
Definition: sentences.qc:149