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

Function InitMessageList

scripts/merc5.cpp:1017–1021  ·  view source on GitHub ↗

Initializes the Message List

Source from the content-addressed store, hash-verified

1015
1016// Initializes the Message List
1017void InitMessageList(void) {
1018 for (int j = 0; j < MAX_SCRIPT_MESSAGES; j++)
1019 message_list[j] = NULL;
1020 num_messages = 0;
1021}
1022
1023// Clear the Message List
1024void ClearMessageList(void) {

Callers 1

InitializeDLLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected