Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
SDK_API::setChannel
Establishes observe-only authority for the active task or loop, optionally writing its value.
Declaration
virtual void setChannel(const std::string& channel, std::optional<ChannelValue> value = std::nullopt) = 0;Parameters
| Name | Description |
|---|---|
channel | Flat channel name. |
value | Optional value; omitting it preserves the current numeric value. |