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

Function WriteGroupTrigger

editor/Group.cpp:676–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676void WriteGroupTrigger(CFILE *ofile, trigger *tp) {
677 cf_WriteShort(ofile, tp->roomnum);
678 cf_WriteShort(ofile, tp->facenum);
679 cf_WriteShort(ofile, tp->flags);
680 cf_WriteShort(ofile, tp->activator);
681}
682
683// Saves a group to disk in the given filename
684void SaveGroup(char *filename, group *g) {

Callers 1

SaveGroupFunction · 0.85

Calls 1

cf_WriteShortFunction · 0.85

Tested by

no test coverage detected