CheckpointType Enumeration |
Contains all race checkpoint types.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public enum CheckpointType
Members
| Member name | Value | Description |
---|
| Normal | 0 |
Normal race checkpoint. (Normal red cylinder)
|
| Finish | 1 |
Finish race checkpoint. (Finish flag in red cylinder)
|
| Nothing | 2 |
No checkpoint.
|
| Air | 3 |
Air race checkpoint. (normal red circle in the air)
|
| AirFinish | 4 |
Finish air race checkpoint. (Finish flag in red circle in the air)
|
Remarks See Also