vehicle_template
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| creatureId | int | unsigned | PRI | NO | |||
| despawnDelayMs | int | signed | NO | 0 | |||
| CustomFlags | int | unsigned | NO | 0 |
Description of fields
creatureId
Entry of Creature
despawnDelayMs
Delayed Time for Vehicle Despawn in milliseconds. This is for vehicles that should not directly despawn when the player leaves the vehicle, but it should still perform actions. (Moving away from the player or similar).
CustomFlags
| Name | Flag | Comment |
|---|---|---|
| None | 0x0 | |
| DontForceParachuteOnExit | 0x1 | For flyable vehicles |
