Skip to content

Commit

Permalink
Update constants.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koerismo authored and ozxybox committed Nov 15, 2024
1 parent 75747b4 commit 3005f85
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions pages/shared/vscript/global/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,27 +106,27 @@ Trace masks are used with the extended trace API to filter entities by category.

|Name|Value|
|---|---|
| MOVETYPE_NONE | 0 |
| MOVETYPE_ISOMETRIC | 1 |
| MOVETYPE_WALK | 2 |
| MOVETYPE_STEP | 3 |
| MOVETYPE_FLY | 4 |
| MOVETYPE_FLYGRAVITY | 5 |
| MOVETYPE_VPHYSICS | 6 |
| MOVETYPE_PUSH | 7 |
| MOVETYPE_NOCLIP | 8 |
| MOVETYPE_LADDER | 9 |
| MOVETYPE_OBSERVER | 10 |
| MOVETYPE_CUSTOM | 11 |
| `MOVETYPE_NONE` | 0 |
| `MOVETYPE_ISOMETRIC` | 1 |
| `MOVETYPE_WALK` | 2 |
| `MOVETYPE_STEP` | 3 |
| `MOVETYPE_FLY` | 4 |
| `MOVETYPE_FLYGRAVITY` | 5 |
| `MOVETYPE_VPHYSICS` | 6 |
| `MOVETYPE_PUSH` | 7 |
| `MOVETYPE_NOCLIP` | 8 |
| `MOVETYPE_LADDER` | 9 |
| `MOVETYPE_OBSERVER` | 10 |
| `MOVETYPE_CUSTOM` | 11 |

## MoveCollide

|Name|Value|
|---|---|
| MOVECOLLIDE_DEFAULT | 0 |
| MOVECOLLIDE_FLY_BOUNCE | 1 |
| MOVECOLLIDE_FLY_CUSTOM | 2 |
| MOVECOLLIDE_FLY_SLIDE | 3 |
| `MOVECOLLIDE_DEFAULT` | 0 |
| `MOVECOLLIDE_FLY_BOUNCE` | 1 |
| `MOVECOLLIDE_FLY_CUSTOM` | 2 |
| `MOVECOLLIDE_FLY_SLIDE` | 3 |


## Paint Types
Expand Down

0 comments on commit 3005f85

Please sign in to comment.