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

Function ReadGroupTrigger

editor/Group.cpp:745–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745void ReadGroupTrigger(CFILE *ifile, trigger *tp) {
746 tp->roomnum = cf_ReadShort(ifile);
747 tp->facenum = cf_ReadShort(ifile);
748 tp->flags = cf_ReadShort(ifile);
749 tp->activator = cf_ReadShort(ifile);
750}
751
752// Loads a group from disk
753group *LoadGroup(char *filename) {

Callers 1

LoadGroupFunction · 0.85

Calls 1

cf_ReadShortFunction · 0.85

Tested by

no test coverage detected