P.DoClick
From GMod Wiki
(Redirected from DTree Node.DoClick)
Event Hook | |
Hook Name | DoClick |
Syntax | PANEL:DoClick( X, Y ) |
Description | This is called whenever the mouse is clicked on a panel. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=P.DoClick]P.DoClick [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- X and Y are mouse co-ordinates where the button is clicked relative to it's self.
See Also
- N/A