GetAllFilesInPak

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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