Enum TrailerDisconnectMode
Determines which trailer to disconnect when multiple trailers are attached in a chain.
Namespace: NWH.VehiclePhysics2.Modules.Trailer
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum TrailerDisconnectMode
Fields
| Name | Description |
|---|---|
| Closest | Disconnect the trailer directly attached to this hitch. |
| Furthest | Walk the chain and disconnect the last non-dolly trailer. |