MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / DLLFUNCCALL IDMFC_SendPacket

Function DLLFUNCCALL IDMFC_SendPacket

netgames/dmfc/dmfcinterface.cpp:541–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541void DLLFUNCCALL IDMFC_SendPacket(IDMFC *instance, uint8_t *data, int size, int destination) {
542 assert(instance != NULL);
543 instance->SendPacket(data, size, destination);
544}
545
546int DLLFUNCCALL IDMFC_GetTeamForNewPlayer(IDMFC *instance, int player_num, int num_teams) {
547 assert(instance != NULL);

Callers

nothing calls this directly

Calls 1

SendPacketMethod · 0.80

Tested by

no test coverage detected