B1VehicleOwnerContext
- Tracks ownership context for a vehicle, including owner entity, ownerless flag, and stolen driving state.
| Property | Type | Description | Metadata |
|---|---|---|---|
| OwnerEntityId | FB1EntityId | Entity ID of the character who owns this vehicle. | |
| bIsOwnerlessVehicle | bool | True if this vehicle has no owner (e.g., a public or rental vehicle). | |
| bIsStolenDriving | bool | True if the vehicle is being driven by someone other than the owner without permission. |