MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / InitMessageList

Function InitMessageList

scripts/CanyonsCTF.cpp:130–134  ·  view source on GitHub ↗

Initializes the Message List

Source from the content-addressed store, hash-verified

128
129// Initializes the Message List
130void InitMessageList(void) {
131 for (int j = 0; j < MAX_SCRIPT_MESSAGES; j++)
132 message_list[j] = NULL;
133 num_messages = 0;
134}
135
136// Clear the Message List
137void ClearMessageList(void) {

Callers 1

InitializeDLLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected