GetAllFilesInPak

From Onset Developer Wiki
Revision as of 18:58, 1 November 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Returns all files that are found inside a pak file.}} {{FuncSyntax|GetAllFilesInPak(PakName)}} {{FuncParameters}} {{FuncParam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetAllFilesInPak

Type: Function
Context: Client
Introduced: v1.0

Description

Returns all files that are found inside a pak file.

Syntax

GetAllFilesInPak(PakName)

Parameters

  • PakName
    The name of the Pak file without extension.

Return Value

  • Returns a table containing all file names.

Example

__EDIT_ME__

See also

__EDIT_ME__