G.GetAddonInfo
From GMod Wiki
Function | |
Syntax |
GetAddonInfo( String name of an addon[s] folder. ) Where is this used? |
Description: | |
Returns the information about the addon[s]. | |
Returns: | Table Information about the addon[s]. |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.GetAddonInfo]G.GetAddonInfo [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Gets the information about the addons. |
---|---|
Used on | |
Code | PrintTable(GetAddonInfo(GetAddonList()[1])) |
Output | Prints the information about the addon[s] to the console. |