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

Function RestoreGlobalActionCtrs

scripts/RudeAwakening.cpp:170–180  ·  view source on GitHub ↗

=========================================== Function to Restore Global Action Counters ===========================================

Source from the content-addressed store, hash-verified

168// Function to Restore Global Action Counters
169// ===========================================
170void RestoreGlobalActionCtrs(void *file_ptr) {
171 ScriptActionCtr_007 = File_ReadInt(file_ptr);
172 ScriptActionCtr_006 = File_ReadInt(file_ptr);
173 ScriptActionCtr_005 = File_ReadInt(file_ptr);
174 ScriptActionCtr_004 = File_ReadInt(file_ptr);
175 ScriptActionCtr_003 = File_ReadInt(file_ptr);
176 ScriptActionCtr_002 = File_ReadInt(file_ptr);
177 ScriptActionCtr_001 = File_ReadInt(file_ptr);
178 ScriptActionCtr_000 = File_ReadInt(file_ptr);
179 ScriptActionCtr_008 = File_ReadInt(file_ptr);
180}
181
182// ===============================================================
183// Start of Custom Script Block - DO NOT EDIT ANYTHING BEFORE THIS

Callers 1

CallEventMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected