Active (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>JulienDethurens
No edit summary
 
(27 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{|
<onlyinclude>{{Property
|<onlyinclude>{{Property|
|name = Active
name = Active
|type = {{type|bool}}
|property = [[Boolean]] ''Active''
|description = {{true}} will react to mouse events, and pass them to any objects layered underneath, while {{false}} won't.
|description = When true makes the object not create events.
|objects = {{type|instance=BillboardGui}}, {{type|instance=GuiObject}}, {{type|instance=HopperBin}}
|object = [[RBX.lua.Frame (Object)|Frame]], [[RBX.lua.ImageButton (Object)|ImageButton]], [[RBX.lua.TextBox (Object)|TextBox]], [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextLabel (Object)|TextLabel]]
}}</onlyinclude>
|}}</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