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

Function MultiAddByte

Descent3/multi_external.h:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275inline void MultiAddByte(uint8_t element, uint8_t *data, int *count) {
276 data[*count] = element;
277 *count += sizeof(uint8_t);
278}
279
280inline void MultiAddSbyte(int8_t element, uint8_t *data, int *count) {
281 data[*count] = element;

Callers 15

SendLastHitInfoFunction · 0.85
SendGameStartPacketFunction · 0.85
SendHoardInvFunction · 0.85
SendGameConfigFunction · 0.85
PackDataMethod · 0.85
MultiPackNetworkAddressFunction · 0.85
PRec_SendPRecToPlayerFunction · 0.85
StartPacketMethod · 0.85
SendTeamAssignmentMethod · 0.85
SendChangeTeamRequestMethod · 0.85
SendDMFCGameInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected