space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
Sound
Sound
common
@
Serializable
data
class
Sound
(
val
isPlaying
:
Boolean
,
val
isPaused
:
Boolean
,
val
cueEnum
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Sound
Link copied to clipboard
common
fun
Sound
(
isPlaying
:
Boolean
,
isPaused
:
Boolean
,
cueEnum
:
String
)
Content copied to clipboard
Properties
cue
Enum
Link copied to clipboard
common
val
cueEnum
:
String
Content copied to clipboard
is
Paused
Link copied to clipboard
common
val
isPaused
:
Boolean
Content copied to clipboard
is
Playing
Link copied to clipboard
common
val
isPlaying
:
Boolean
Content copied to clipboard