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

Function InitMessageList

scripts/Y2K.cpp:142–146  ·  view source on GitHub ↗

Initializes the Message List

Source from the content-addressed store, hash-verified

140
141// Initializes the Message List
142void InitMessageList(void) {
143 for (int j = 0; j < MAX_SCRIPT_MESSAGES; j++)
144 message_list[j] = NULL;
145 num_messages = 0;
146}
147
148// Clear the Message List
149void ClearMessageList(void) {

Callers 2

InitializeDLLFunction · 0.70
InitAllMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected