DPropertySheet.GetFadeTime

From GMod Wiki

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



Examples

DescriptionReturns GetFadeTime of PropertySheet .
Used onNewerClient.png
Code
local PropertySheet = vgui.Create( "DPropertySheet" )
print(Label:GetFadeTime())
OutputReturns "0.1" in the console.


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox