Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
zziger committed Jan 12, 2024
2 parents a7a77fa + f49d41c commit 65a0afa
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion client/index.d.ts
Original file line number Diff line number Diff line change
@@ -31,6 +31,7 @@ declare module "alt-client" {
Portugese = "pt",
BrazilianPortuguese = "pt_br",
Romanian = "ro",

Serbian = "rs", // Wrong tag (sr)
Russian = "ru",
Slovak = "sk",
@@ -2645,6 +2646,11 @@ declare module "alt-client" {
*/
export function getMsPerGameMinute(): number;

/**
* Gets current server time since epoch in milliseconds.
*/
export function getServerTime(): number;

/**
* Gets the state of the specified permission.
*
@@ -4141,7 +4147,7 @@ declare module "alt-client" {
*/
public static getByID(id: number): TextLabel | null;

//public static readonly all: readonly TextLabel[];
public static readonly all: readonly TextLabel[];

public visible: boolean;

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-client",
"version": "16.0.9",
"version": "16.0.11",
"description": "This package contains types definitions for alt:V client-side module.",
"types": "index.d.ts",
"files": [

0 comments on commit 65a0afa

Please sign in to comment.