namespace
Sandbox.Movement
6 types
Classes
| Type | Name | Description |
|---|---|---|
| class | MoveMode | A move mode for this character |
| class | MoveModeLadder | The character is climbing up a ladder |
| class | MoveModeSwim | The character is swimming |
| class | MoveModeWalk | The character is walking |
| class | SitMoveMode | The character is sitting |
Interfaces
| Type | Name | Description |
|---|---|---|
| interface | ISitTarget | A component that can be sat in by a player. If the player is parented to an object with this component, they will be sit |