Nuclide
Software Development Kit for id Tech
|
Classes | |
struct | sentences_t |
Macros | |
#define | DYNAMIC_SENTENCES |
Functions | |
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... | |
string | Sentences_ProcessSample (string sample) |
void | Sentences_ResetSample (void) |
string | Sentences_GetSamples (string msg) |
Returns a string of sample for a given sentence. More... | |
string | Sentences_GetString (int idx) |
Gets the sentences string for a given id. More... | |
int | Sentences_GetID (string sentence) |
Returns the shared network ID for a given sentence. More... | |
Variables | |
sentences_t * | g_sentences |
int | g_sentences_count |
var string | g_sentences_samplepath |
#define DYNAMIC_SENTENCES |
sentences_t* g_sentences |
int g_sentences_count |
var string g_sentences_samplepath |