Reordering a bit.

This commit is contained in:
TheGreenTie
2020-03-01 18:30:44 -06:00
parent eccd3eccec
commit d9f123b438
9263 changed files with 1393 additions and 62623 deletions

View File

@@ -0,0 +1,16 @@
///savedata_write(section, key, value)
if (file_exists("save.ini"))
{
ini_open("save.ini");
if (typeof(argument2) == "string")
ini_write_string(argument0, argument1, argument2);
else
ini_write_real(argument0, argument1, argument2);
ini_close();
return true;
}
show_debug_message("ERROR: Missing save file.");
return false;

View File

@@ -0,0 +1,8 @@
{
"id": "18704ffc-a564-c635-1f87-c3fbc7a7c1c0",
"modelName": "GMScript",
"mvc": "1.0",
"name": "savedata_write",
"IsCompatibility": false,
"IsDnD": false
}