CreatePropertyDropDownMenu (Function): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens Created page with "{{User:JulienDethurens/Sandbox|name = CreatePropertyDropDownMenu |arguments = Instance '''descendant''', string '''propertyName''', Enum '''enumType''' |returns ..." |
>JulienDethurens No edit summary |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | <onlyinclude>{{Function | ||
|arguments = [[Instance]] | |name = CreatePropertyDropDownMenu | ||
|returns = [[Instance]] | |arguments = [[RBX.lua.Instance (Object)|Instance]] <var>descendant</var>, [[string]] <var>propertyName</var>, [[Enum]] <var>enumType</var> | ||
|description = returns a container with a drop-down-box that is linked to the | |returns = [[RBX.lua.Instance (Object)|Instance]] <var>guiContainer</var> | ||
|description = returns a container with a drop-down-box that is linked to the <var>propertyName</var> field of <var>instance</var> which is of type <var>enumType</var>. | |||
}} | }} | ||
{{clear floats}} | {{clear floats}} | ||
</onlyinclude> | |||
==See Also== | |||
*[[RbxGui (Library)|RbxGui]] | |||
[[Category:Functions]] |