Waits indefinitely for an event of type T.
Namespace: BaseLibAssembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0
Syntax
C# |
---|
public T WaitFor<T>() where T : EventBase |
Type Parameters
- T
- The type of the event to wait for.