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

Function PltCreateDedicatedServerPilot

Descent3/pilot.cpp:1748–1751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1746}
1747
1748void PltCreateDedicatedServerPilot(pilot *Pilot) {
1749 Pilot->clean(true);
1750 Pilot->set_name("SERVER");
1751}
1752
1753//////////////////////////////////////////////
1754// writes a pilot out to file

Callers 1

PltReadFileFunction · 0.85

Calls 2

cleanMethod · 0.80
set_nameMethod · 0.80

Tested by

no test coverage detected