We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d6ddc commit 2c0bd95Copy full SHA for 2c0bd95
1 file changed
code/missioneditor/missionsave.h
@@ -67,9 +67,18 @@ class Fred_mission_save {
67
void set_create_bak_file(bool create) { save_config.create_bak_file = create; }
68
69
/**
70
- * @brief Saves the mission onto the backup stack (used by legacy FRED2 only).
+ * @brief Saves the mission onto the backup stack
71
*
72
- * @deprecated QtFRED no longer uses this. Retained for FRED2 (fred2/freddoc.cpp) compatibility.
+ * @param[in] pathname The full pathname
73
+ *
74
+ * @details Returns the value of CFred_mission_save::err, which is:
75
76
+ * @returns 0 for no error, or
77
+ * @returns A negative value if an error occured.
78
79
+ * @see save_mission_internal()
80
81
+ * @note Used by legacy FRED2 only; QtFRED uses save_autosave_file() instead.
82
*/
83
int autosave_mission_file(char* pathname);
84
0 commit comments