MagicCombatCreateSimpleButtons

constructor(names: List<String>, data: List<Any>?, tooltips: List<String>?)

Parameters

names

list of display names of buttons. Must not be null and defines the number of buttons created

data

list of data that buttons shall contain. If null or too short, button names will be used as data.

tooltips

list of tooltips to use for buttons. If null or too short, no tooltip will be used.