core
/
com.unciv.ui.tutorials
/
TutorialForRender
Tutorial
For
Render
data class
TutorialForRender
(tutorial:
Tutorial
, texts:
Array
<
String
>)
Content copied to clipboard
Functions
Properties
Sources
Functions
component1
Link copied to clipboard
operator fun
component1
():
Tutorial
Content copied to clipboard
component2
Link copied to clipboard
operator fun
component2
():
Array
<
String
>
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(tutorial:
Tutorial
, texts:
Array
<
String
>):
TutorialForRender
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
texts
Link copied to clipboard
val
texts
:
Array
<
String
>
Content copied to clipboard
tutorial
Link copied to clipboard
val
tutorial
:
Tutorial
Content copied to clipboard
Sources
jvm source
Link copied to clipboard