๐ถSignal
These are all of the functions revolving around signals that Wave supports.
Can Signal Replicate
<bool> cansignalreplicate(<RBXScriptSignal signal>)Disable Connection
<void> disableconnection(<RBXScriptConnection> Connection)Enable Connection
<void> enableconnection(<RBXScriptConnection> Connection)Fire Signal
<void> firesignal(<RBXScriptSignal> Signal, <variant?> Args...)Get All Replicate Signals
Get Connections
Connections:
Connection
Description
Get Signal Arguments
Hook Signal
Is Connection Enabled
Is Signal Hooked
Replicate Signal
Unhook Signal
Last updated