Active (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mattchewy Fixing multiple objects |
>JulienDethurens No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{Property | <onlyinclude>{{Property | ||
|name = Active | |name = Active | ||
| | |type = {{type|bool}} | ||
|description = | |description = {{true}} will react to mouse events, and pass them to any objects layered underneath, while {{false}} won't. | ||
|objects = | |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 |