DPropertySheet.SetFadeTime
From GMod Wiki
| Function | |
| Syntax | DPropertySheet:SetFadeTime( integer value ) | 
| Description: | |
| SET fade time between menu. | |
| Returns: | nil | 
| In Object: | DPropertySheet | 
| Realm: |  | 
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DPropertySheet.SetFadeTime]DPropertySheet.SetFadeTime [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] | 
	
Examples
| Description | Returns GetFadeTime of PropertySheet . | 
|---|---|
| Used on |  | 
| Code | local PropertySheet = vgui.Create( "DPropertySheet" ) PropertySheet:SetFadeTime(10) //The menu is visible 10 seconds later | 
| Output | N/A | 
 
			
			