|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
virtual |
Removes a previously registered conditional callback.
| callback | The callback part of the conditional callback to remove |
Unregisters a conditional callback that was previously registered with on_tick_if(). After removal, the callback will no longer be triggered even when its condition is met.
This method is useful for cleaning up conditional callbacks when they are no longer needed, preventing memory leaks and unnecessary processing.
Reimplemented in MayaFlux::Nodes::Generator::Logic, and MayaFlux::Nodes::ChainNode.
Definition at line 20 of file Node.cpp.
References m_conditional_callbacks, and MayaFlux::Nodes::safe_remove_conditional_callback().
Here is the call graph for this function: