InventoryThemeUI.SelectCount
Declaration#
public void SelectCount(string prompt, GDTKItem item, Int32 minCount, Int32 maxCount, Object[] args, Action<Int32> callback, string id)Parameters#
| Name | 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) |
Description#
Opens a Select Count window
Usage#
X