tweak-byte

xod/debug/tweak-byte

Outputs a fixed byte value which you may change in real-time during a debug or simulation session
tweak-byte
@/tweak-byte
Outputs a fixed byte value which you may change in real-time during a debug or simulation session
tweak-byte
OUT
OUTbyte

C++ implementation

struct State {
};

{{ GENERATED_CODE }}

void evaluate(Context ctx) {
    // The actual code that makes tweak-nodes work
    // is injected in detail::handleTweaks
}