Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
DCode
Register native functions that DCode scripts can call while a plugin is loaded.
| Declaration | Description |
|---|---|
| SDK_API::callDCodeFunction | Calls a registered native DCode function with a JSON payload. |
| DCodeFunctionArgument | Describes one input or output in a plugin-provided DCode function. |
| DCodeFunctionHandler | Native callback exposed to DCode through the plugin SDK. |
| SDK_API::registerDCodeFunction | Registers a native DCode function together with its editor-facing argument documentation. |