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:
{{User:JulienDethurens/Sandbox|name = CreatePropertyDropDownMenu
<onlyinclude>{{Function
|arguments  = [[Instance]] '''descendant''', [[string]] '''propertyName''', [[Enum]] '''enumType'''
|name = CreatePropertyDropDownMenu
|returns    = [[Instance]] ''guiContainer''
|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 'property' field of 'instance' which is of type 'enumType'.
|returns    = [[RBX.lua.Instance (Object)|Instance]] <var>guiContainer</var>
|library      = RbxGui
|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]]

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