Panel.GetAlpha

From GMod Wiki

Jump to: navigation, search
Function
Syntax Panel:GetAlpha( )
Description:
Returns the alpha value of the panel
Returns: Number
In Object: Panel
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Panel.GetAlpha]Panel.GetAlpha [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

Descriptionprints myPanels's Alpha value
Used onNewerClient.png
Code
 
print( myPanel:GetAlpha() )
 
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox