Interfaces/TrafficStopInterfaces
ITrafficStopService
Represents a service for managing traffic stops.
Methods
GenerateTrafficStop
Generates a traffic stop.
Parameters
| Name | Type | Description |
|---|---|---|
| unit | Unit | The |
| vehicle | FVehicle | The |
Returns
| Name | Type |
|---|---|
| TrafficStop | The generated |
AssignUnitToTrafficStop
Assigns a Unit to a TrafficStop.
Parameters
| Name | Type | Description |
|---|---|---|
| unit | Unit | The |
| trafficStop | TrafficStop | The |
Returns
| Name | Type |
|---|---|
| bool | Whether the |