Enum VehicleChanger.CharacterLocation
Represents the player's spatial relationship to vehicles.
Namespace: NWH.Common.SceneManagement
Assembly: NWH.DWP2.dll
Syntax
public enum VehicleChanger.CharacterLocation
Fields
| Name | Description |
|---|---|
| Inside | Player is currently inside a vehicle. |
| Near | Player is close enough to enter a vehicle. |
| OutOfRange | Player is too far from any vehicle to interact. |