Skip to content

Commit

Permalink
Add missing string read method. Doc update. Version increment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neloreck committed Dec 9, 2023
1 parent cbde70f commit 958eee0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xray16",
"version": "1.0.15",
"version": "1.0.16",
"author": "Neloreck",
"repository": "https://github.com/stalker-xrts/xray-16-types",
"private": false,
Expand Down
2 changes: 2 additions & 0 deletions types/xr_lib/xr_ini.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ declare module "xray16" {

public r_string_wq(section: string, field: string): string;

public r_string_wb(section: string, field: string): string;

public r_string(section: string, field: string): string;

/**
Expand Down
2 changes: 1 addition & 1 deletion types/xr_object/client/xr_physic.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ declare module "xray16" {
* @group xr_physic
*/
export class particles_object {
public constructor(value: string);
public constructor(name: string);

public pause_path(value: boolean): void;

Expand Down

0 comments on commit 958eee0

Please sign in to comment.