Method | Description | |
---|---|---|
CancelTrade ( |
Cancels an already sent trade proposal.
|
|
HandleMsg ( IPacketMsg packetMsg ) : void |
Handles a client message. This should not be called directly.
|
|
RespondToTrade ( uint tradeId, bool acceptTrade ) : void |
Responds to a trade proposal.
|
|
Trade ( |
Proposes a trade to another client.
|
Method | Description | |
---|---|---|
HandleStartSession ( IPacketMsg packetMsg ) : void | ||
HandleTradeProposed ( IPacketMsg packetMsg ) : void | ||
HandleTradeResult ( IPacketMsg packetMsg ) : void | ||
SteamTrading ( ) : System |
public CancelTrade ( |
||
user | The user. | |
return | void |
public HandleMsg ( IPacketMsg packetMsg ) : void | ||
packetMsg | IPacketMsg | The packet message that contains the data. |
return | void |
public RespondToTrade ( uint tradeId, bool acceptTrade ) : void | ||
tradeId | uint | The trade id of the received proposal. |
acceptTrade | bool | if set to |
return | void |
public Trade ( |
||
user | The client to trade. | |
return | void |