98#ifdef DYNAMIC_SENTENCES
102 #define SENTENCES_LIMIT 1536
127void Sentences_Init(
void);
129var hashtable g_hashsentences;
string g_sentences[1536]
Definition: sentences.h:103
void Sentences_Shutdown(void)
Called by CSQC_Shutdown() when the client game exits to clear the sentences buffer.
Definition: sentences.qc:41
#define SENTENCES_LIMIT
Definition: sentences.h:102
int Sentences_GetID(string)
Returns the shared network ID for a given sentence.
Definition: sentences.qc:288
string Sentences_GetString(int id)
Gets the sentences string for a given id.
Definition: sentences.qc:166
int g_sentences_count
Definition: sentences.h:104
string Sentences_GetSamples(string)
Returns a string of sample for a given sentence.
Definition: sentences.qc:152