CreatePropertyDropDownMenu (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Tenal
categorizing
>JulienDethurens
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Function
<onlyinclude>{{Function
|name = CreatePropertyDropDownMenu
|name = CreatePropertyDropDownMenu
|arguments  = [[RBX.lua.Instance (Object)|Instance]] <var>descendant</var>, [[string]] <var>propertyName</var>, [[Enum]] <var>enumType</var>
|arguments  = [[RBX.lua.Instance (Object)|Instance]] <var>descendant</var>, [[string]] <var>propertyName</var>, [[Enum]] <var>enumType</var>
Line 7: Line 7:


{{clear floats}}
{{clear floats}}
</onlyinclude>
==See Also==
*[[RbxGui (Library)|RbxGui]]
[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 06:34, 7 February 2012

CreatePropertyDropDownMenu( Instance descendant, string propertyName, Enum enumType )
Returns Instance guiContainer
Description: returns a container with a drop-down-box that is linked to the propertyName field of instance which is of type enumType.


See Also