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

Function WriteALifeChunk

Descent3/LoadLevel.cpp:4748–4758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4746}
4747
4748void WriteALifeChunk(CFILE *fp) {
4749#ifndef NEWEDITOR
4750 int start_pos;
4751
4752 start_pos = StartChunk(fp, CHUNK_ALIFE_DATA);
4753
4754 a_life.SaveData(fp);
4755
4756 EndChunk(fp, start_pos);
4757#endif
4758}
4759
4760void WriteLevelGoalsChunk(CFILE *fp) {
4761 int start_pos;

Callers 1

SaveLevelFunction · 0.85

Calls 3

StartChunkFunction · 0.85
EndChunkFunction · 0.85
SaveDataMethod · 0.45

Tested by

no test coverage detected