Nuclide
Software Development Kit for id Tech
|
Go to the source code of this file.
Macros | |
#define | DYNAMIC_SENTENCES |
Functions | |
string | Sentences_GetSamples (string) |
Returns a string of sample for a given sentence. More... | |
int | Sentences_GetID (string) |
Returns the shared network ID for a given sentence. More... | |
string | Sentences_GetString (int id) |
Gets the sentences string for a given id. More... | |
void | Sentences_Shutdown (void) |
Called by CSQC_Shutdown() when the client game exits to clear the sentences buffer. More... | |
void | Sentences_Init (void) |
Called by CSQC_Init on the client, as well as init() on the server. More... | |
Variables | |
string * | g_sentences |
int | g_sentences_count |
var hashtable | g_hashsentences |
var hashtable g_hashsentences |