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

Function InitMessageList

scripts/LEVEL15.cpp:1469–1473  ·  view source on GitHub ↗

Initializes the Message List

Source from the content-addressed store, hash-verified

1467
1468// Initializes the Message List
1469void InitMessageList(void) {
1470 for (int j = 0; j < MAX_SCRIPT_MESSAGES; j++)
1471 message_list[j] = NULL;
1472 num_messages = 0;
1473}
1474
1475// Clear the Message List
1476void ClearMessageList(void) {

Callers 1

InitializeDLLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected