G.GetAddonList
From GMod Wiki
Revision as of 11:22, 25 January 2011 by DoubleSpeed (Talk | contribs)
| Function | |
| Syntax |
GetAddonList( ) Where is this used? |
| Description: | |
| Returns the addons you have in your "garrysmod/addons/" directory. | |
| Returns: | Table List |
| Part of Library: | Global Functions |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.GetAddonList]G.GetAddonList [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Gets the addons you have installed. |
|---|---|
| Used on | |
| Code | PrintTable( GetAddonList() ); |
| Output | Prints the list of addons you have to the console. |