Click or drag to resize

CheckpointType Enumeration

Contains all race checkpoint types.

Namespace:  SampSharp.GameMode.Definitions
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public enum CheckpointType
Members
  Member nameValueDescription
Normal0 Normal racecheckpoint. (Normal red cilinder)
Finish1 Finish racecheckpoint. (Finish flag in red cilinder)
Nothing2 No checkpoint.
Air3 Air racecheckpoint. (normal red circle in the air)
AirFinish4 Finish air racecheckpoint. (Finish flag in red circle in the air)
Remarks
See Also