Active (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer New page: {| |<onlyinclude>{{Property| name = Active |property = Boolean ''Active'' |description = |object = Frame, ImageButton, [[RB... |
>JulienDethurens No edit summary |
||
(30 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{Property | |||
|name = Active | |||
name = Active | |type = {{type|bool}} | ||
| | |description = {{true}} will react to mouse events, and pass them to any objects layered underneath, while {{false}} won't. | ||
|description = | |objects = {{type|instance=BillboardGui}}, {{type|instance=GuiObject}}, {{type|instance=HopperBin}} | ||
| | }}</onlyinclude> | ||
{{clear floats}} | |||
[[Category:Properties]] |
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 |