示例#1
0
 public SlotbarItemStatus(string iconLootId, bool selected, bool activatable, bool buyable, string clickedId, double maxCounterValue, bool blocked, ClientUITooltip toolTipSlotBar, bool visible, short counterStyle, bool available, ClientUITooltip toolTipItemBar, double counterValue)
 {
     this.iconLootId      = iconLootId;
     this.selected        = selected;
     this.activatable     = activatable;
     this.buyable         = buyable;
     this.clickedId       = clickedId;
     this.maxCounterValue = maxCounterValue;
     this.blocked         = blocked;
     this.toolTipSlotBar  = toolTipSlotBar;
     this.visible         = visible;
     this.counterStyle    = counterStyle;
     this.available       = available;
     this.toolTipItemBar  = toolTipItemBar;
     this.counterValue    = counterValue;
 }
示例#2
0
 public WindowButtonModule(string itemId, bool visible, ClientUITooltip tooltip)
 {
     this.visible = visible;
     this.itemId  = itemId;
     this.tooltip = tooltip;
 }