
Publisher
xh4528
SignalForward
The SignalForward node will connect all signals of the specified name and forward them through a single signal
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
SignalForward - Godot 4 Plugin
The SignalForward node will connect all signals of the specified name and forward them through a single signal
Signal
forward(args: Variant) Forwarded signal
- args: The data that needs to be passed, is null by default. If multiple data needs to be passed, it is recommended to pass an array or dictionary
Options
forward_signal_name: The name of the signal that needs to be forwarded
monitor_method: Select monitor method
Recursive: Recursive monitor all child nodes
Specified: Monitor child nodes under specified nodes
monitor_node_paths: Nodes that need to be monitored