DPropertySheet.GetFadeTime
From GMod Wiki
Function | |
Syntax | DPropertySheet:GetFadeTime( ) |
Description: | |
Returns GetFadeTime. | |
Returns: | integer |
In Object: | DPropertySheet |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DPropertySheet.GetFadeTime]DPropertySheet.GetFadeTime [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Returns GetFadeTime of PropertySheet . |
---|---|
Used on | |
Code | local PropertySheet = vgui.Create( "DPropertySheet" ) print(Label:GetFadeTime()) |
Output | Returns "0.1" in the console. |