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

Method get_name

Descent3/pilot_class.cpp:633–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631 write_pending = true;
632}
633void pilot::get_name(char *n) {
634 if (n) {
635 if (name) {
636 strcpy(n, name);
637 } else {
638 *n = '\0';
639 }
640 }
641}
642
643void pilot::set_ship(const char *ship) {
644 if (ship_model) {

Callers 9

PilotSelectFunction · 0.45
NewPltUpdateFunction · 0.45
PltDeleteFunction · 0.45
PltCopyKeyConfigFunction · 0.45
ShowPilotPicDialogFunction · 0.45
dCurrentPilotNameFunction · 0.45
MultiStartServerFunction · 0.45
MultiStartClientFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected