Active (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
common shorthand implemented
>JulienDethurens
No edit summary
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{stub}}
<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