Exports
A list of available exports for integrating with cd_garage.
Chat CommandsEventsExportsKeysItems
Client
Get Garage Type
--- @param vehicle number | entity The vehicle entity to check.
--- @return string garageType The garage type assigned to the vehicle.
--- @example
--- local vehicle = GetVehiclePedIsIn(PlayerPedId(), false)
--- local garageType = exports['cd_garage']:GetGarageType(vehicle)
---
--- print("This vehicle belongs to the " .. garageType .. " garage type.")Get Vehicle Mileage
Get Keys Data
Does Player Have Keys
Get Plate
Get Correct Plate Format
Get Config
Get Vehicles Data
Server
Get Garage Limit
Get Garage Count
Get Config
Get Vehicles Data
Is Vehicle Impounded
Get Vehicle Impound Data
Get Correct Plate Format
Last updated
Was this helpful?

