| | Name | Description |
|---|
  | ForEvent(ScriptReference) |
Suspend coroutine until a given script event fires.
|
  | ForEvent(Double, ScriptReference) |
Suspend coroutine until the script event fires or a timeout occurs.
|
  | ForEvent(ScriptReference, ScriptReferenceNativeListenersDelegate) |
Suspend coroutine until a given script event fires.
|
  | ForEventT(ScriptReferenceT, ScriptReferenceTNativeListenersDelegate) |
Suspend coroutine until a given script event fires.
|
  | ForEventT1, T2(ScriptReferenceT1, T2, ScriptReferenceT1, T2NativeListenersDelegate) |
Suspend coroutine until a given script event fires.
|
  | ForEventT1, T2, T3(ScriptReferenceT1, T2, T3, ScriptReferenceT1, T2, T3NativeListenersDelegate) |
Suspend coroutine until a given script event fires.
|
  | ForEventT1, T2, T3, T4(ScriptReferenceT1, T2, T3, T4, ScriptReferenceT1, T2, T3, T4NativeListenersDelegate) |
Suspend coroutine until a given script event fires.
|