Active (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Emess
No edit summary
>JulienDethurens
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>{{Property
<onlyinclude>{{Property
|name = Active
|name = Active
|property = [[Bool]] ''active''
|type = {{type|bool}}
|description = While false will not react to mouse events, and pass them to any objects layered underneath.
|description = {{true}} will react to mouse events, and pass them to any objects layered underneath, while {{false}} won't.
|object = [[BillboardGui]], [[GuiObject]], [[HopperBin]]
|objects = {{type|instance=BillboardGui}}, {{type|instance=GuiObject}}, {{type|instance=HopperBin}}
}}</onlyinclude>
}}</onlyinclude>



Latest revision as of 07:33, 15 February 2012

Active
Type bool
Description true will react to mouse events, and pass them to any objects layered underneath, while false won't.
Member of BillboardGui, GuiObject, HopperBin