https://github.com/unknown-gd/vgui-tools
A small pack of console commands for vgui development in Garry's Mod.
https://github.com/unknown-gd/vgui-tools
development garrysmod gmod tools vgui
Last synced: about 1 year ago
JSON representation
A small pack of console commands for vgui development in Garry's Mod.
- Host: GitHub
- URL: https://github.com/unknown-gd/vgui-tools
- Owner: unknown-gd
- License: mit
- Created: 2022-04-30T11:22:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T22:22:21.000Z (about 2 years ago)
- Last Synced: 2024-05-14T10:27:32.070Z (almost 2 years ago)
- Topics: development, garrysmod, gmod, tools, vgui
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VGUI Tools
A small pack of console commands for vgui development in Garry's Mod.
## Where is Lua code?
Written in [Yuescript](https://github.com/pigpigyyy/Yuescript), compiled Lua code can be found in [releases](https://github.com/PrikolMen/vgui-cleanup/releases) and [lua branch](https://github.com/PrikolMen/vgui-tools/tree/lua), or you can compile it yourself using compiled [Yuescript Compiler](https://github.com/pigpigyyy/Yuescript/releases/latest).
### Commands
- `vgui_remove ` - allow you remove `vgui` panels using [`patterns`](https://wiki.facepunch.com/gmod/Patterns)
- `vgui_remove_all ` - same as `vgui_remove`, but for all panels including children.
- `vgui_list ` - outputs the list of all valid panels to the console, you can specify the length of the output list or the start and end points in the list.
- `vgui_find ` - display the list of found panels using [`patterns`](https://wiki.facepunch.com/gmod/Patterns)
### Examples
#### `vgui_list` usage



#### `vgui_find` usage


#### `vgui_remove` usage


#### `vgui_remove_all` usage

