Table of Contents

Interface IPlayerCheckpointData.IManagedInterface

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

Represents the managed interface implemented by its unmanaged counterpart.

public interface IPlayerCheckpointData.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

GetCheckpoint()

Gets the player's current checkpoint data.

ICheckpointData GetCheckpoint()

Returns

ICheckpointData

A reference to the checkpoint data.

GetRaceCheckpoint()

Gets the player's current race checkpoint data.

IRaceCheckpointData GetRaceCheckpoint()

Returns

IRaceCheckpointData

A reference to the race checkpoint data.