DoesPakExist: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Checks if a pak with the specified name exists.}} {{FuncSyntax|DoesPakExist(PakName)}} {{FuncParameters}} {{FuncParam|PakName...")
(No difference)

Revision as of 18:51, 29 August 2019

DoesPakExist

Type: Function
Context: Client
Introduced: v1.0

Description

Checks if a pak with the specified name exists.

Syntax

DoesPakExist(PakName)

Parameters

  • PakName
    The name of the Pak file without extension.

Return Value

  • Returns true when the Pak exsits.

Example

__EDIT_ME__

See also

__EDIT_ME__