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

Method get_guidebot_name

Descent3/pilot_class.cpp:843–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843void pilot::get_guidebot_name(char *name) {
844 if (guidebot_name) {
845 strcpy(name, guidebot_name);
846 } else {
847 strcpy(name, "GB");
848 }
849}
850
851void pilot::set_hud_data(uint8_t *hmode, uint16_t *hstat, uint16_t *hgraphicalstat, int *gw_w, int *gw_h) {
852 if (hmode) {

Callers 3

msafe_GetValueFunction · 0.80
XlateGBMessageFunction · 0.80
MultiSendMyInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected