Skip to content

Class: Patch_Dawnload_Progress

Multiplayer patch download progress.

Source

C++ class Patch_Dawnload_Progress

Custom Constructor

Patch_Dawnload_Progress

Remarks

Name and GetFlieName spelling are preserved from the engine binding.

Constructors

Constructor

ts
new Patch_Dawnload_Progress(): Patch_Dawnload_Progress;

Returns

Patch_Dawnload_Progress

Methods

GetFlieName()

ts
GetFlieName(): string;

Returns

string

Current file name.


GetInProgress()

ts
GetInProgress(): boolean;

Returns

boolean

Whether a patch download is active.


GetProgress()

ts
GetProgress(): number;

Returns

number

Download progress in range used by the patcher.


GetStatus()

ts
GetStatus(): string;

Returns

string

Current download status text.