diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-12-16 14:26:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-16 14:26:56 +0100 |
| commit | 9df7ed59fb39e38db30326365adc18afb79903bb (patch) | |
| tree | 59d2220e78fe5295dd6ac4aa5607da6501a96eb6 /doc/classes/ResourceFormatSaverGDScript.xml | |
| parent | 3914bdb82eafa558bc1512c7cf3c4f77565d0847 (diff) | |
| parent | 065e2670af53ae2f71b78d57f8a217b4539cbbe2 (diff) | |
| download | redot-engine-9df7ed59fb39e38db30326365adc18afb79903bb.tar.gz | |
Merge pull request #19501 from Zylann/custom_loaders
Added basic support for custom resource savers and loaders
Diffstat (limited to 'doc/classes/ResourceFormatSaverGDScript.xml')
| -rw-r--r-- | doc/classes/ResourceFormatSaverGDScript.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/classes/ResourceFormatSaverGDScript.xml b/doc/classes/ResourceFormatSaverGDScript.xml new file mode 100644 index 0000000000..27964c7c9b --- /dev/null +++ b/doc/classes/ResourceFormatSaverGDScript.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="ResourceFormatSaverGDScript" inherits="ResourceFormatSaver" category="Core" version="3.1"> + <brief_description> + </brief_description> + <description> + </description> + <tutorials> + </tutorials> + <demos> + </demos> + <methods> + </methods> + <constants> + </constants> +</class> |
