Back to 'vehicle_accessory' Return to world Go to 'vehicle_template'
This table allows to specify special vehicle seat behavior by extending/overriding VehicleSeat
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
SeatEntry | int | unsigned | PRI | NO | VehicleSeat identifier | ||
SeatOrientation | float | YES | 0 | Seat Orientation override value | |||
ExitParamX | float | YES | 0 | ||||
ExitParamY | float | YES | 0 | ||||
ExitParamZ | float | YES | 0 | ||||
ExitParamO | float | YES | 0 | ||||
ExitParamValue | tinyint(1) | signed | YES | 0 |
references VehicleSeat ID
The orientation of the seat on the vehicle.
The exit position X coordinate.
The exit position Y coordinate.
The exit position Z coordinate.
The exit orientation.
ID | Name | Commment |
---|---|---|
0 | VehicleExitParamNone | provided parameters will be ignored |
1 | VehicleExitParamOffset | provided parameters will be used as offset values |
2 | VehicleExitParamDest | provided parameters will be used as absolute destination |
Back to 'vehicle_accessory' Return to world Go to 'vehicle_template'