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 public enum CheckpointType
Members
| Member name | Value | Description |
---|
| Normal | 0 |
Normal racecheckpoint. (Normal red cilinder)
|
| Finish | 1 |
Finish racecheckpoint. (Finish flag in red cilinder)
|
| Nothing | 2 |
No checkpoint.
|
| Air | 3 |
Air racecheckpoint. (normal red circle in the air)
|
| AirFinish | 4 |
Finish air racecheckpoint. (Finish flag in red circle in the air)
|
Remarks See Also