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

Function InitMessageList

scripts/ChrisTest.cpp:157–161  ·  view source on GitHub ↗

Initializes the Message List

Source from the content-addressed store, hash-verified

155
156// Initializes the Message List
157void InitMessageList(void) {
158 for (int j = 0; j < MAX_SCRIPT_MESSAGES; j++)
159 message_list[j] = NULL;
160 num_messages = 0;
161}
162
163// Clear the Message List
164void ClearMessageList(void) {

Callers 1

InitializeDLLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected