Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1748
void PltCreateDedicatedServerPilot(pilot *Pilot) {
1749
Pilot->clean(true);
1750
Pilot->set_name(
"SERVER"
);
1751
}
1752
1753
//////////////////////////////////////////////
1754
// writes a pilot out to file
Callers
1
PltReadFile
Function · 0.85
Calls
2
clean
Method · 0.80
set_name
Method · 0.80
Tested by
no test coverage detected