Table of Contents

Interface ICoreEventHandler

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

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

elapsed Microseconds

The number of microseconds since the last tick.

now TimePoint

The current time.