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

Function DemoWritePowerup

Descent3/demofile.cpp:1327–1331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1325}
1326
1327void DemoWritePowerup(uint8_t *data, uint16_t len) {
1328 cf_WriteByte(Demo_cfp, DT_POWERUP);
1329 cf_WriteShort(Demo_cfp, len);
1330 cf_WriteBytes(data, len, Demo_cfp);
1331}
1332
1333extern void MultiDoMSafeFunction(uint8_t *data);
1334

Callers 1

MultiSendMSafePowerupFunction · 0.85

Calls 3

cf_WriteByteFunction · 0.85
cf_WriteShortFunction · 0.85
cf_WriteBytesFunction · 0.85

Tested by

no test coverage detected