Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-11-20 09:35:49 +01:00
parent a8ba1cf7d4
commit c9d19a883d
49 changed files with 1059 additions and 407 deletions

View File

@@ -68,6 +68,8 @@ The following example shows how to parse an INI-style file from the system, read
# Save the changes by overwriting the previous file
config.save("user://settings.cfg")
Keep in mind that section and property names can't contain spaces. Anything after a space will be ignored on save and on load.
Method Descriptions
-------------------