Method | Description | |
---|---|---|
ExchangeTrade ( Bot bot ) : System | ||
OnAfterInit ( ) : void | ||
OnComplete ( ) : void | ||
OnError ( int eid ) : void | ||
OnFinished ( ) : void | ||
OnMessage ( string message ) : void | ||
OnNewVersion ( ) : void | ||
OnTimeout ( ) : void | ||
OnUserAccept ( ) : void | ||
OnUserAddItem ( ItemInfo schemaItem, Inventory invItem ) : void | ||
OnUserRemoveItem ( ItemInfo schemaItem, Inventory invItem ) : void | ||
OnUserSetReadyState ( bool ready ) : void |
Method | Description | |
---|---|---|
countItems ( dynamic items, Inventory inv ) : MutableInt>.Dictionary |
public OnUserAddItem ( ItemInfo schemaItem, Inventory invItem ) : void | ||
schemaItem | ItemInfo | |
invItem | Inventory | |
return | void |
public OnUserRemoveItem ( ItemInfo schemaItem, Inventory invItem ) : void | ||
schemaItem | ItemInfo | |
invItem | Inventory | |
return | void |
public OnUserSetReadyState ( bool ready ) : void | ||
ready | bool | |
return | void |