CreatePropertyDropDownMenu (Function): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens No edit summary |
>Tenal categorizing |
||
Line 7: | Line 7: | ||
{{clear floats}} | {{clear floats}} | ||
[[Category:Functions]] |
Revision as of 03:21, 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. |