Sync classref with current source, adds Enums

This commit is contained in:
Rémi Verschelde
2018-01-12 08:52:43 +01:00
parent d2eaa67ef0
commit 4548bb71d5
142 changed files with 2620 additions and 1147 deletions

View File

@@ -25,8 +25,12 @@ Member Functions
| :ref:`int<class_int>` | :ref:`save<class_ResourceSaver_save>` **(** :ref:`String<class_string>` path, :ref:`Resource<class_resource>` resource, :ref:`int<class_int>` flags=0 **)** |
+------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
Numeric Constants
-----------------
Enums
-----
.. _enum_ResourceSaver_SaverFlags:
enum **SaverFlags**
- **FLAG_RELATIVE_PATHS** = **1**
- **FLAG_BUNDLE_RESOURCES** = **2**
@@ -35,6 +39,7 @@ Numeric Constants
- **FLAG_SAVE_BIG_ENDIAN** = **16**
- **FLAG_COMPRESS** = **32**
Description
-----------