space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
MessageBoxData
Message
Box
Data
common
@
Serializable
data
class
MessageBoxData
(
val
caption
:
String
,
val
text
:
String
,
val
buttonType
:
Int
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
Message
Box
Data
Link copied to clipboard
common
fun
MessageBoxData
(
caption
:
String
,
text
:
String
,
buttonType
:
Int
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Properties
button
Type
Link copied to clipboard
common
val
buttonType
:
Int
Content copied to clipboard
caption
Link copied to clipboard
common
val
caption
:
String
Content copied to clipboard
text
Link copied to clipboard
common
val
text
:
String
Content copied to clipboard