spawnmenu.AddToolCategory
From GMod Wiki
Function | |
Syntax |
spawnmenu.AddToolCategory( ???? ) Where is this used? |
Description: | |
??? | |
Returns: | nil |
Part of Library: | spawnmenu |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Spawnmenu.AddToolCategory]Spawnmenu.AddToolCategory [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Adds Category "toolkit" in the Main Stool tab" |
---|---|
Used on | |
Code | local function NewCategory() spawnmenu.AddToolCategory( "Main", "Toolkit", "Toolkit" ) end |
Output | nothing. |
This page needs to be edited as it contains information that is unclear or incorrect. Improvement can be discussed on the talk page. Find more pages that need work here. Details: None given. |