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.

DeclarationDescription
SDK_API::callDCodeFunctionCalls a registered native DCode function with a JSON payload.
DCodeFunctionArgumentDescribes one input or output in a plugin-provided DCode function.
DCodeFunctionHandlerNative callback exposed to DCode through the plugin SDK.
SDK_API::registerDCodeFunctionRegisters a native DCode function together with its editor-facing argument documentation.