DPropertySheet.SetFadeTime

From GMod Wiki

Jump to: navigation, search
Function
Syntax DPropertySheet:SetFadeTime( integer value )
Description:
SET fade time between menu.
Returns: nil
In Object: DPropertySheet
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DPropertySheet.SetFadeTime]DPropertySheet.SetFadeTime [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionReturns GetFadeTime of PropertySheet .
Used onNewerClient.png
Code
local PropertySheet = vgui.Create( "DPropertySheet" )
 PropertySheet:SetFadeTime(10) //The menu is visible 10 seconds later
 
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox