GetAllFilesInPak: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Returns all files that are found inside a pak file.}} {{FuncSyntax|GetAllFilesInPak(PakName)}} {{FuncParameters}} {{FuncParam..." |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
*[[DoesPakExist]] | |||
*[[LoadPak]] | |||
*[[ReplaceObjectModelMesh]] | |||
*[[ReplaceAnimationLibrarySequence]] | |||
*[[GetAllFilesInPak]] |
Latest revision as of 11:07, 2 September 2020
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__