DFrame.IsActive

From GMod Wiki

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



Examples

DescriptionReturns IsActive of DFrame.
Used onNewerClient.png
Code
local DFrame= vgui.Create( "DFrame" )
print(DFrame:IsActive())
OutputReturns "true" in the console.
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox