Home
last modified time | relevance | path

Searched refs:should_load_once (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/
H A Dgdnative.cpp232 ClassDB::bind_method(D_METHOD("should_load_once"), &GDNativeLibrary::should_load_once); in _bind_methods()
333 if (library->should_load_once()) { in initialize()
393 if (library->should_load_once() && !GDNativeLibrary::loaded_libraries.has(lib_path)) { in initialize()
410 if (library->should_load_once()) { in terminate()
557 config->set_value("general", "load_once", lib->should_load_once()); in save()
H A Dgdnative.h87 _FORCE_INLINE_ bool should_load_once() const { in should_load_once() function
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/
H A Dgdnative.cpp232 ClassDB::bind_method(D_METHOD("should_load_once"), &GDNativeLibrary::should_load_once); in _bind_methods()
333 if (library->should_load_once()) { in initialize()
393 if (library->should_load_once() && !GDNativeLibrary::loaded_libraries.has(lib_path)) { in initialize()
410 if (library->should_load_once()) { in terminate()
557 config->set_value("general", "load_once", lib->should_load_once()); in save()
H A Dgdnative.h87 _FORCE_INLINE_ bool should_load_once() const { in should_load_once() function