GodotNativeLibrary.godot_gdextension_entry

This is the main entry point declared in your .gdextension file, it will be called by godot engine on load

mixintemplate GodotNativeLibrary(string symbolPrefix, Args...)
export pragma(mangle, symbolPrefix ~ "_gdextension_entry") extern (C) static
godot_gdextension_entry

Meta