Events / Exports
All events and exports are for client
Client
OpenGarage
Name
Type
Description
garageKey
string
Uniq garage name
slotIndex
number
Slot number
isCustom
boolean
Is custom garage
Example
ParkGarage
Name
Type
Description
garageKey
string
Uniq garage name
slotIndex
number
Slot number
isCustom
boolean
Is custom garage
Example
Server
ChangedVehiclePlate
You can use this export to update the garage data when the license plate of the vehicle changes.
Name
Type
Description
oldplate
string
Old plate
newPlate
string
New plate
Example
GetInsurance
returns the vehicle's insurance data.
Name
Type
Description
plate
string
Plate
Example
IsVehicleParkedAnyGarage
returns the vehicle's insurance data.
Name
Type
Description
plate
string
Plate
Example
Last updated