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

Function InitMessageList

scripts/RudeAwakening.cpp:219–223  ·  view source on GitHub ↗

Initializes the Message List

Source from the content-addressed store, hash-verified

217
218// Initializes the Message List
219void InitMessageList(void) {
220 for (int j = 0; j < MAX_SCRIPT_MESSAGES; j++)
221 message_list[j] = NULL;
222 num_messages = 0;
223}
224
225// Clear the Message List
226void ClearMessageList(void) {

Callers 1

InitializeDLLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected