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

Function dCurrentPilotName

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

"Current Pilot" access functions

Source from the content-addressed store, hash-verified

3911
3912// "Current Pilot" access functions
3913void dCurrentPilotName(char *buffer) { Current_pilot.get_name(buffer); }
3914uint8_t dCurrentPilotDifficulty(void) {
3915 uint8_t d;
3916 Current_pilot.get_difficulty(&d);

Callers

nothing calls this directly

Calls 1

get_nameMethod · 0.45

Tested by

no test coverage detected