-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #811 from adib-yg/master
Update race checkpoint docs and add document for race checkpoint types
- Loading branch information
Showing
3 changed files
with
62 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,5 @@ prisma/Studio/ | |
*.sublime-project | ||
*.sublime-workspace | ||
# Visual Studio | ||
*.wsuo | ||
*.wsuo | ||
VSWorkspaceState.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Types Of Race Checkpoints | ||
description: Race checkpoints definitions. | ||
--- | ||
|
||
:::note | ||
|
||
These definitions are used by [SetPlayerRaceCheckpoint](../functions/SetPlayerRaceCheckpoint). | ||
|
||
::: | ||
|
||
| Definition | Value | Description | | ||
|-----------------------|-------|------------------------------------------------------| | ||
| UNKNOWN_CP_TYPE | -1 | | | ||
| CP_TYPE_GROUND_NORMAL | 0 | Normal | | ||
| CP_TYPE_GROUND_FINISH | 1 | Finish | | ||
| CP_TYPE_GROUND_EMPTY | 2 | Nothing (Only the checkpoint without anything on it) | | ||
| CP_TYPE_AIR_NORMAL | 3 | Air normal | | ||
| CP_TYPE_AIR_FINISH | 4 | Air finish | | ||
| CP_TYPE_AIR_ROTATING | 5 | Air (rotates and stops) | | ||
| CP_TYPE_AIR_STROBING | 6 | Air (increases, decreases and disappears) | | ||
| CP_TYPE_AIR_SWINGING | 7 | Air (swings down and up) | | ||
| CP_TYPE_AIR_BOBBING | 8 | Air (swings up and down) | |