G.Derma Install Convar Functions
From GMod Wiki
Function | |
Syntax |
Derma_Install_Convar_Functions( Panel Panel ) Where is this used? |
Description: | |
Initializes required functions for panels that use convars. | |
Returns: | nil |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.Derma Install Convar Functions]G.Derma Install Convar Functions [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- Makes the functions:
PANEL:SetConVar( strConVar ) PANEL:ConVarChanged( strNewValue ) PANEL:ConVarStringThink() PANEL:ConVarNumberThink()