@altv/types-client
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -666,3 +666,3 @@ /// <reference types="@altv/types-shared"/> | ||
* | ||
* @alpha | ||
* @beta | ||
*/ | ||
@@ -677,2 +677,9 @@ public maxGear: number; | ||
/** | ||
* Vehicle indicator lights. | ||
* | ||
* @beta | ||
*/ | ||
public indicatorLights: number; | ||
/** | ||
* Vehicle RPM. | ||
@@ -1024,2 +1031,23 @@ * | ||
/** | ||
* Is the webview a overlay. | ||
* | ||
* @alpha | ||
*/ | ||
public readonly isOverlay: boolean; | ||
/** | ||
* Is the webview ready. | ||
* | ||
* @alpha | ||
*/ | ||
public readonly isReady: boolean; | ||
/** | ||
* Is the webview focused. | ||
* | ||
* @alpha | ||
*/ | ||
public focused: boolean; | ||
/** | ||
* Creates a fullscreen WebView. | ||
@@ -1221,2 +1249,10 @@ * | ||
export class PedBlip extends Blip { | ||
constructor(ped: number); | ||
} | ||
export class VehicleBlip extends Blip { | ||
constructor(vehicle: number); | ||
} | ||
/** | ||
@@ -1223,0 +1259,0 @@ * Vehicle handling, which affects how vehicle responds and reacts to the inputs of a driver. |
{ | ||
"name": "@altv/types-client", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"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
52460
1728