Home
last modified time | relevance | path

Searched refs:_ResourceLoader (Results 1 – 12 of 12) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dregister_core_types.cpp67 static _ResourceLoader *_resource_loader = NULL;
152 _resource_loader = memnew(_ResourceLoader); in register_core_types()
163 …Globals::get_singleton()->add_singleton(Globals::Singleton("ResourceLoader", _ResourceLoader::get_… in register_core_singletons()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dregister_core_types.cpp67 static _ResourceLoader *_resource_loader = NULL;
152 _resource_loader = memnew(_ResourceLoader); in register_core_types()
163 …Globals::get_singleton()->add_singleton(Globals::Singleton("ResourceLoader", _ResourceLoader::get_… in register_core_singletons()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dregister_core_types.cpp81 static _ResourceLoader *_resource_loader = NULL;
221 _resource_loader = memnew(_ResourceLoader); in register_core_types()
246 ClassDB::register_class<_ResourceLoader>(); in register_core_singletons()
261 …Engine::get_singleton()->add_singleton(Engine::Singleton("ResourceLoader", _ResourceLoader::get_si… in register_core_singletons()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dregister_core_types.cpp81 static _ResourceLoader *_resource_loader = NULL;
221 _resource_loader = memnew(_ResourceLoader); in register_core_types()
246 ClassDB::register_class<_ResourceLoader>(); in register_core_singletons()
261 …Engine::get_singleton()->add_singleton(Engine::Singleton("ResourceLoader", _ResourceLoader::get_si… in register_core_singletons()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/bind/
H A Dcore_bind.cpp63 _ResourceLoader *_ResourceLoader::singleton = NULL;
69 RES _ResourceLoader::load(const String &p_path, const String &p_type_hint, bool p_no_cache) { in load()
81 DVector<String> _ResourceLoader::get_recognized_extensions_for_type(const String &p_type) { in get_recognized_extensions_for_type()
94 void _ResourceLoader::set_abort_on_missing_resources(bool p_abort) { in set_abort_on_missing_resources()
99 StringArray _ResourceLoader::get_dependencies(const String &p_path) { in get_dependencies()
112 bool _ResourceLoader::has(const String &p_path) { in has()
118 Ref<ResourceImportMetadata> _ResourceLoader::load_import_metadata(const String &p_path) { in load_import_metadata()
123 void _ResourceLoader::_bind_methods() { in _bind_methods()
130 ObjectTypeDB::bind_method(_MD("get_dependencies", "path"), &_ResourceLoader::get_dependencies); in _bind_methods()
131 ObjectTypeDB::bind_method(_MD("has", "path"), &_ResourceLoader::has); in _bind_methods()
[all …]
H A Dcore_bind.h40 class _ResourceLoader : public Object {
41 OBJ_TYPE(_ResourceLoader, Object);
45 static _ResourceLoader *singleton;
48 static _ResourceLoader *get_singleton() { return singleton; } in get_singleton()
57 _ResourceLoader();
/dports/devel/godot2/godot-2.1.6-stable/core/bind/
H A Dcore_bind.cpp63 _ResourceLoader *_ResourceLoader::singleton = NULL;
69 RES _ResourceLoader::load(const String &p_path, const String &p_type_hint, bool p_no_cache) { in load()
81 DVector<String> _ResourceLoader::get_recognized_extensions_for_type(const String &p_type) { in get_recognized_extensions_for_type()
94 void _ResourceLoader::set_abort_on_missing_resources(bool p_abort) { in set_abort_on_missing_resources()
99 StringArray _ResourceLoader::get_dependencies(const String &p_path) { in get_dependencies()
112 bool _ResourceLoader::has(const String &p_path) { in has()
118 Ref<ResourceImportMetadata> _ResourceLoader::load_import_metadata(const String &p_path) { in load_import_metadata()
123 void _ResourceLoader::_bind_methods() { in _bind_methods()
130 ObjectTypeDB::bind_method(_MD("get_dependencies", "path"), &_ResourceLoader::get_dependencies); in _bind_methods()
131 ObjectTypeDB::bind_method(_MD("has", "path"), &_ResourceLoader::has); in _bind_methods()
[all …]
H A Dcore_bind.h40 class _ResourceLoader : public Object {
41 OBJ_TYPE(_ResourceLoader, Object);
45 static _ResourceLoader *singleton;
48 static _ResourceLoader *get_singleton() { return singleton; } in get_singleton()
57 _ResourceLoader();
/dports/devel/godot/godot-3.2.3-stable/core/bind/
H A Dcore_bind.cpp65 _ResourceLoader *_ResourceLoader::singleton = NULL;
71 RES _ResourceLoader::load(const String &p_path, const String &p_type_hint, bool p_no_cache) { in load()
93 void _ResourceLoader::set_abort_on_missing_resources(bool p_abort) { in set_abort_on_missing_resources()
98 PoolStringArray _ResourceLoader::get_dependencies(const String &p_path) { in get_dependencies()
112 bool _ResourceLoader::has(const String &p_path) { in has()
118 bool _ResourceLoader::has_cached(const String &p_path) { in has_cached()
124 bool _ResourceLoader::exists(const String &p_path, const String &p_type_hint) { in exists()
128 void _ResourceLoader::_bind_methods() { in _bind_methods()
135 ClassDB::bind_method(D_METHOD("has_cached", "path"), &_ResourceLoader::has_cached); in _bind_methods()
138 ClassDB::bind_method(D_METHOD("has", "path"), &_ResourceLoader::has); in _bind_methods()
[all …]
H A Dcore_bind.h44 class _ResourceLoader : public Object {
45 GDCLASS(_ResourceLoader, Object);
49 static _ResourceLoader *singleton;
52 static _ResourceLoader *get_singleton() { return singleton; } in get_singleton()
64 _ResourceLoader();
/dports/devel/godot-tools/godot-3.2.3-stable/core/bind/
H A Dcore_bind.cpp65 _ResourceLoader *_ResourceLoader::singleton = NULL;
71 RES _ResourceLoader::load(const String &p_path, const String &p_type_hint, bool p_no_cache) { in load()
93 void _ResourceLoader::set_abort_on_missing_resources(bool p_abort) { in set_abort_on_missing_resources()
98 PoolStringArray _ResourceLoader::get_dependencies(const String &p_path) { in get_dependencies()
112 bool _ResourceLoader::has(const String &p_path) { in has()
118 bool _ResourceLoader::has_cached(const String &p_path) { in has_cached()
124 bool _ResourceLoader::exists(const String &p_path, const String &p_type_hint) { in exists()
128 void _ResourceLoader::_bind_methods() { in _bind_methods()
135 ClassDB::bind_method(D_METHOD("has_cached", "path"), &_ResourceLoader::has_cached); in _bind_methods()
138 ClassDB::bind_method(D_METHOD("has", "path"), &_ResourceLoader::has); in _bind_methods()
[all …]
H A Dcore_bind.h44 class _ResourceLoader : public Object {
45 GDCLASS(_ResourceLoader, Object);
49 static _ResourceLoader *singleton;
52 static _ResourceLoader *get_singleton() { return singleton; } in get_singleton()
64 _ResourceLoader();