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

Function InitMessageList

scripts/Geodomes.cpp:183–187  ·  view source on GitHub ↗

Initializes the Message List

Source from the content-addressed store, hash-verified

181
182// Initializes the Message List
183void InitMessageList(void) {
184 for (int j = 0; j < MAX_SCRIPT_MESSAGES; j++)
185 message_list[j] = NULL;
186 num_messages = 0;
187}
188
189// Clear the Message List
190void ClearMessageList(void) {

Callers 1

InitializeDLLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected