Lua API
On this page

Trade_TradeFailure_S2C

Inherits from

TradeFailure: Failure to add a trade item

Fields:

ObjectId number

Item that could not be added to trade window

Reason number

The numeric reason it couldnt be traded. Client does not appear to use this.

Methods:

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

ToString() : string

Returns a string that represents the current object.

Returns:string