MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ while_false()

void MayaFlux::Nodes::Generator::Logic::while_false ( const TypedHook< LogicContext > &  callback)

Registers a callback that executes continuously while output is false.

Parameters
callbackFunction to call on each tick when output is false (0.0)

Definition at line 578 of file Logic.cpp.

579{
581}
void add_callback(const TypedHook< LogicContext > &callback, LogicEventType type, const std::optional< NodeCondition > &condition=std::nullopt)
Adds a callback to the list of all callbacks.
Definition Logic.hpp:624

References add_callback(), and MayaFlux::Nodes::Generator::WHILE_FALSE.

+ Here is the call graph for this function: