InventoryThemeUI.SelectCount
#
Declarationpublic void SelectCount(string prompt, GDTKItem item, Int32 minCount, Int32 maxCount, Object[] args, Action<Int32> callback, string id)
#
ParametersName | Description |
---|---|
prompt | Prompt to display on window |
item | Item associated with the selection |
minCount | Minimum allowed count |
maxCount | Maximum allowed count |
args | Additional parameters to send |
callback | Callback action to invoke with selected count (0 on cancel) |
id | Id of window to use (if not default) |
#
DescriptionOpens a Select Count window
#
UsageX