コード例 #1
0
 public UpdateWindowItemCommand(bool maximized, int height, bool visible, int y, int x, ClientUITooltipsCommand toolTip, string varJG, int width, ClientUITooltipsCommand helpText, string itemId) : base(visible, toolTip, itemId)
 {
     this.varJG     = varJG;
     this.x         = x;
     this.y         = y;
     this.width     = width;
     this.height    = height;
     this.maximized = maximized;
     this.helpText  = helpText;
 }
        public static byte[] write(int assetId, short state, bool activatable, ClientUITooltipsCommand toolTip, class_h45 param5)
        {
            ByteArray param1 = new ByteArray(ID);

            param1.write(param5.write());
            param1.writeShort(state);
            param1.writeInt(assetId << 6 | assetId >> 26);
            param1.writeBoolean(activatable);
            param1.write(toolTip.write());
            param1.writeShort(-10810);
            param1.writeShort(19301);
            return(param1.ToByteArray());
        }
 public ClientUISlotBarCategoryItemStatusModule(ClientUITooltipsCommand pToolTipItemBarCommand, bool pActivatable,
                                                String pIconLootId, bool pVisible, short pCounterStyle,
                                                String param3, double pCounterValue, bool pBlocked,
                                                bool pAvailable, ClientUITooltipsCommand pToolTipSlotBarCommand,
                                                bool pBuyable, bool pSelected, double pMaxCounterValue)
 {
     this.available       = pAvailable;
     this.visible         = pVisible;
     this.var_1474        = param3;
     this.toolTipItemBar  = pToolTipItemBarCommand;
     this.toolTipSlotBar  = pToolTipSlotBarCommand;
     this.buyable         = pBuyable;
     this.maxCounterValue = pMaxCounterValue;
     this.counterValue    = pCounterValue;
     this.counterStyle    = pCounterStyle;
     this.iconLootId      = pIconLootId;
     this.activatable     = pActivatable;
     this.selected        = pSelected;
     this.blocked         = pBlocked;
 }
コード例 #4
0
 public ClientUIMenuBarItemModule(bool visible, ClientUITooltipsCommand toolTip, String itemId)
 {
     this.visible = visible;
     this.toolTip = toolTip;
     this.itemId  = itemId;
 }