CommChannel: Fire Asynchronous
CommChannel:fire
Dispatches channel event.
Luau
CommChannel:Fire(...args: any) -> ()Parameters
Call this method with a CommChannel receiver. The colon supplies self implicitly; a dot call must pass the receiver explicitly.
| Parameter | Type |
|---|---|
...args | any |
Returns
()This function returns no values.