Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
DCodeFunctionHandler
Native callback exposed to DCode through the plugin SDK.
Declaration
using DCodeFunctionHandler = std::function<nlohmann::json(const nlohmann::json& payload)>;