IonSignal.WaitTimeout
Yields until the signal fires or the timeout elapses. Returns true plus the fired arguments on success, or false alone on timeout.
IonSignal:WaitTimeout(timeout: number): (boolean, ...any)Yields until the signal fires or the timeout elapses. Returns true plus the fired arguments on success, or false alone on timeout.
IonSignal:WaitTimeout(timeout: number): (boolean, ...any)