Method | Description | |
---|---|---|
OnAfterInit ( ) : void | ||
OnComplete ( ) : void | ||
OnError ( int eid ) : void | ||
OnFinished ( bool success ) : void | ||
OnMessage ( string message ) : void | ||
OnNewVersion ( ) : void | ||
OnTimeout ( ) : void | ||
OnUserAccept ( ) : void | ||
OnUserAddItem ( ItemInfo schemaItem, SteamKit2.Inventory invItem ) : void | ||
OnUserRemoveItem ( ItemInfo schemaItem, SteamKit2.Inventory invItem ) : void | ||
OnUserSetReadyState ( bool ready ) : void | ||
ScrapTrade ( Bot bot ) : SteamKit2 |
Method | Description | |
---|---|---|
applicableItems ( ) : int[] | ||
respond ( ) : void |
public OnUserAddItem ( ItemInfo schemaItem, SteamKit2.Inventory invItem ) : void | ||
schemaItem | ItemInfo | |
invItem | SteamKit2.Inventory | |
return | void |
public OnUserRemoveItem ( ItemInfo schemaItem, SteamKit2.Inventory invItem ) : void | ||
schemaItem | ItemInfo | |
invItem | SteamKit2.Inventory | |
return | void |
public OnUserSetReadyState ( bool ready ) : void | ||
ready | bool | |
return | void |