Interface ICoreEventHandler
Provides the events for GetEventDispatcher().
[OpenMpEventHandler]
public interface ICoreEventHandler : IEventHandler<ICoreEventHandler>
- Inherited Members
Methods
OnTick(Microseconds, TimePoint)
Called when the server ticks.
void OnTick(Microseconds elapsed, TimePoint now)
Parameters
elapsedMicrosecondsThe number of microseconds since the last tick.
nowTimePointThe current time.