space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.controller
/
SoundBlockAdmin
Sound
Block
Admin
common
interface
SoundBlockAdmin
Content copied to clipboard
Functions
Functions
play
Sound
Link copied to clipboard
common
abstract
fun
playSound
(
blockId
:
String
)
Content copied to clipboard
select
Sound
Link copied to clipboard
common
abstract
fun
selectSound
(
blockId
:
String
,
cueId
:
String
)
Content copied to clipboard
set
Loop
Period
Link copied to clipboard
common
abstract
fun
setLoopPeriod
(
blockId
:
String
,
loopPeriod
:
Float
)
Content copied to clipboard
set
Range
Link copied to clipboard
common
abstract
fun
setRange
(
blockId
:
String
,
range
:
Float
)
Content copied to clipboard
set
Volume
Link copied to clipboard
common
abstract
fun
setVolume
(
blockId
:
String
,
volume
:
Float
)
Content copied to clipboard
stop
Sound
Link copied to clipboard
common
abstract
fun
stopSound
(
blockId
:
String
)
Content copied to clipboard