Table of Contents

Interface IRaceCheckpointData.IManagedInterface

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

Represents the managed interface implemented by its unmanaged counterpart.

public interface IRaceCheckpointData.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

GetCheckpointType()

Gets the type of this race checkpoint.

RaceCheckpointType GetCheckpointType()

Returns

RaceCheckpointType

The checkpoint type.

GetNextPosition()

Gets the next checkpoint position in the race sequence.

Vector3 GetNextPosition()

Returns

Vector3

The position of the next checkpoint.

SetNextPosition(ref Vector3)

Sets the next checkpoint position in the race sequence.

void SetNextPosition(ref Vector3 nextPosition)

Parameters

nextPosition Vector3

The next checkpoint position to set.

SetType(RaceCheckpointType)

Sets the type of this race checkpoint.

void SetType(RaceCheckpointType type)

Parameters

type RaceCheckpointType

The checkpoint type to set.