diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-07-30 18:35:19 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-08-09 16:26:56 +0200 |
commit | 9798d08ac2abcfcef79b3dd3cbae8d7c283c58d7 (patch) | |
tree | 7917bb7c85dfcd53823d1e19d081631b63b8b442 /core/core_bind.h | |
parent | 25fd4edd2922e026976a20c495984c7c32ea8b5d (diff) |
[Core] Expose ResourceLoader.get_resource_uid.
Diffstat (limited to 'core/core_bind.h')
-rw-r--r-- | core/core_bind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/core_bind.h b/core/core_bind.h index 1574c36d3c..1b3c388fb2 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -75,6 +75,7 @@ public: PackedStringArray get_dependencies(const String &p_path); bool has_cached(const String &p_path); bool exists(const String &p_path, const String &p_type_hint = ""); + ResourceUID::ID get_resource_uid(const String &p_path); _ResourceLoader() { singleton = this; } }; |