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

Function SaveGlobalActionCtrs

scripts/Y2K.cpp:92–95  ·  view source on GitHub ↗

======================================== Function to Save Global Action Counters ========================================

Source from the content-addressed store, hash-verified

90// Function to Save Global Action Counters
91// ========================================
92void SaveGlobalActionCtrs(void *file_ptr) {
93 File_WriteInt(ScriptActionCtr_002, file_ptr);
94 File_WriteInt(ScriptActionCtr_001, file_ptr);
95}
96
97// ===========================================
98// Function to Restore Global Action Counters

Callers 1

CallEventMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected