create_gdextension
Generate a .gdextension config file defining the entry symbol and library path for a Godot GDExtension.
Instructions
Create a .gdextension config file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Output path for new .gdextension (e.g. "addons/myext/myext.gdextension") | |
| entry_symbol | No | Entry symbol (init function name) | myext_init |
| library_path | No | Path to the compiled library (e.g. "res://addons/myext/bin/libmyext.linux.debug.x86_64.so") |