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 extern (C) pragma(mangle, symbolPrefix ~ "_gdextension_entry") export static
godot_gdextension_entry

Meta