engine
/
endconditions
/
Outcome
/
Draw
Draw
data class
Draw
(message:
String
) :
Outcome
Content copied to clipboard
Represents a draw
Constructors
Functions
Properties
Constructors
Draw
Link copied to clipboard
fun
Draw
(message:
String
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
operator fun
component1
():
String
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(message:
String
):
Outcome.Draw
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
message
Link copied to clipboard
open override val
message
:
String
Content copied to clipboard
the message to show the users