GDNativeLibraryLoadOnce Property |
If true, Godot loads only one copy of the library and each script that references the library will share static data like static or global variables.
If false, Godot loads a separate copy of the library into memory for each script that references it.
Namespace: Godot