Table of Contents

Enum RaceCheckpointType

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

Specifies the type of race checkpoint.

public enum RaceCheckpointType

Fields

AIR_FINISH = 4

Floating/aerial finish checkpoint.

AIR_FOUR = 8

Floating/aerial checkpoint variant 4.

AIR_NORMAL = 3

Floating/aerial normal checkpoint.

AIR_ONE = 5

Floating/aerial checkpoint variant 1.

AIR_THREE = 7

Floating/aerial checkpoint variant 3.

AIR_TWO = 6

Floating/aerial checkpoint variant 2.

FINISH = 1

Finish checkpoint. Must not have a next position, otherwise it displays as a normal checkpoint.

NONE = 9

No checkpoint type.

NORMAL = 0

Normal checkpoint. Must have a next position, otherwise it displays as a finish checkpoint.

NOTHING = 2

Invisible checkpoint with no visual representation.