diff options
| author | Juan Linietsky | 2014-06-27 23:21:45 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-06-27 23:21:45 -0300 |
| commit | 2af2a84a03fd707cfa4c682aff34d722343d8985 (patch) | |
| tree | 50d064e8bba7d5efb5974e3fa3a67e076fb5ef8b /core/resource.h | |
| parent | 1cc96a4d7440d9e8a20f7dbf17cf5771170de83d (diff) | |
| download | godot-2af2a84a03fd707cfa4c682aff34d722343d8985.tar.gz godot-2af2a84a03fd707cfa4c682aff34d722343d8985.tar.zst godot-2af2a84a03fd707cfa4c682aff34d722343d8985.zip | |
Diffstat (limited to 'core/resource.h')
| -rw-r--r-- | core/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/resource.h b/core/resource.h index 8d2c72d12..2e336e1ca 100644 --- a/core/resource.h +++ b/core/resource.h @@ -126,7 +126,7 @@ public: void set_name(const String& p_name); String get_name() const; - void set_path(const String& p_path); + void set_path(const String& p_path,bool p_take_over=false); String get_path() const; Ref<Resource> duplicate(bool p_subresources=false); |
