@altv/types-client
Advanced tools
Comparing version 1.7.3 to 1.7.4
@@ -137,2 +137,10 @@ /// <reference types="@altv/types-shared"/> | ||
export const enum VehicleIndicatorLights { | ||
BlinkLeft = 1, | ||
BlinkRight = 2, | ||
BlinkPermBoth = 4, | ||
StaticBoth = 8, | ||
Interior = 64, | ||
} | ||
export const enum WebSocketReadyState { | ||
@@ -681,3 +689,3 @@ Connecting, | ||
*/ | ||
public indicatorLights: number; | ||
public indicatorLights: VehicleIndicatorLights; | ||
@@ -1248,9 +1256,11 @@ /** | ||
export class PedBlip extends Blip { | ||
constructor(ped: number); | ||
} | ||
// /** @alpha */ | ||
// export class PedBlip extends Blip { | ||
// constructor(ped: number); | ||
// } | ||
export class VehicleBlip extends Blip { | ||
constructor(vehicle: number); | ||
} | ||
// /** @alpha */ | ||
// export class VehicleBlip extends Blip { | ||
// constructor(vehicle: number); | ||
// } | ||
@@ -1257,0 +1267,0 @@ /** |
{ | ||
"name": "@altv/types-client", | ||
"version": "1.7.3", | ||
"version": "1.7.4", | ||
"description": "This package contains types definitions for alt:V client-side module.", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52683
1737