G.GetDownloadables
From GMod Wiki
Function | |
Syntax |
GetDownloadables( ) Where is this used? |
Description: | |
Returns a table of files downloadable from the server. | |
Returns: | Table |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.GetDownloadables]G.GetDownloadables [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Prints a table of downloadable files. |
---|---|
Used on | |
Code | PrintTable(GetDownloadables()) |
Output | List of downloadable files. |