diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-06-19 10:19:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-19 10:19:51 +0200 |
| commit | d587ea6020ccfd0290a5daeb5d225aac3a30e2d7 (patch) | |
| tree | 90163a365407359cbe1ad9cca2aa131f6e29cea5 /core/core_bind.h | |
| parent | f3c35f63e615d54806cb78540b12cadd0f337730 (diff) | |
| parent | aa0976f47c710f6cc1549c9dd6e930bc4ff29f96 (diff) | |
| download | redot-engine-d587ea6020ccfd0290a5daeb5d225aac3a30e2d7.tar.gz | |
Merge pull request #48544 from Calinou/expose-data-dirs
Expose OS data directory getter methods
Diffstat (limited to 'core/core_bind.h')
| -rw-r--r-- | core/core_bind.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/core_bind.h b/core/core_bind.h index b161effe95..5ab81547d7 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -230,6 +230,9 @@ public: String get_user_data_dir() const; String get_external_data_dir() const; + String get_config_dir() const; + String get_data_dir() const; + String get_cache_dir() const; Error set_thread_name(const String &p_name); Thread::ID get_thread_caller_id() const; |
