core
/
com.unciv.logic.trade
/
Trade
Trade
class
Trade
Content copied to clipboard
Functions
Properties
Sources
Functions
clone
Link copied to clipboard
fun
clone
():
Trade
Content copied to clipboard
equals
Link copied to clipboard
fun
equals
(trade:
Trade
):
Boolean
Content copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
is
Peace
Treaty
Link copied to clipboard
fun
isPeaceTreaty
():
Boolean
Content copied to clipboard
reverse
Link copied to clipboard
fun
reverse
():
Trade
Content copied to clipboard
set
Link copied to clipboard
fun
set
(trade:
Trade
)
Content copied to clipboard
to
String
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
ourOffers
Link copied to clipboard
val
ourOffers
:
TradeOffersList
Content copied to clipboard
theirOffers
Link copied to clipboard
val
theirOffers
:
TradeOffersList
Content copied to clipboard
Sources
jvm source
Link copied to clipboard