Skip to main content

InventoryThemeUI.SelectCount

Declaration#

public void SelectCount(string prompt, GDTKItem item, Int32 minCount, Int32 maxCount, Object[] args, Action<Int32> callback, string id)

Parameters#

NameDescription
promptPrompt to display on window
itemItem associated with the selection
minCountMinimum allowed count
maxCountMaximum allowed count
argsAdditional parameters to send
callbackCallback action to invoke with selected count (0 on cancel)
idId of window to use (if not default)

Description#

Opens a Select Count window

Usage#

X