DButton.GetSelected
From GMod Wiki
| Function | |
| Syntax |
DButton.GetSelected( ) Where is this used? |
| Description: | |
| Gets whether or not the button is constantly selected. | |
| Returns: | Boolean selected |
| Part of Library: | DButton |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DButton.GetSelected]DButton.GetSelected [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Will return nil instead of false if SetSelected has never been used on the button.