MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / SaveLevelScreen_UploadCallback

Function SaveLevelScreen_UploadCallback

src/Menus.c:1438–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1436}
1437
1438static void SaveLevelScreen_UploadCallback(const cc_string* path) {
1439 cc_result res = SaveLevelScreen_SaveMap(path);
1440 if (!res) {
1441 Chat_Add1("&eSaved map to: %s", path);
1442 CPE_SendNotifyAction(NOTIFY_ACTION_LEVEL_SAVED, 0);
1443 }
1444}
1445
1446static void SaveLevelScreen_File(void* screen, void* b) {
1447 static const char* const titles[] = {

Callers

nothing calls this directly

Calls 3

SaveLevelScreen_SaveMapFunction · 0.85
Chat_Add1Function · 0.85
CPE_SendNotifyActionFunction · 0.85

Tested by

no test coverage detected