diff options
| author | Juan Linietsky | 2014-12-20 15:30:06 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-12-20 15:30:06 -0300 |
| commit | a36a774897ae191ebb90ba803bac7f919e92bd6c (patch) | |
| tree | 38a60d8a92d9add2f9641f1c4047d29821aa278a /core/bind/core_bind.h | |
| parent | 7dbc19f32db7b63062e715381923c873bf18683e (diff) | |
| download | godot-a36a774897ae191ebb90ba803bac7f919e92bd6c.tar.gz godot-a36a774897ae191ebb90ba803bac7f919e92bd6c.tar.zst godot-a36a774897ae191ebb90ba803bac7f919e92bd6c.zip | |
Diffstat (limited to 'core/bind/core_bind.h')
| -rw-r--r-- | core/bind/core_bind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index a76b4aa81..12a4ae86e 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -21,7 +21,7 @@ public: static _ResourceLoader *get_singleton() { return singleton; } Ref<ResourceInteractiveLoader> load_interactive(const String& p_path,const String& p_type_hint=""); - RES load(const String &p_path,const String& p_type_hint=""); + RES load(const String &p_path,const String& p_type_hint="", bool p_no_cache = false); DVector<String> get_recognized_extensions_for_type(const String& p_type); void set_abort_on_missing_resources(bool p_abort); StringArray get_dependencies(const String& p_path); |
