Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ volume
Method
volume
src/main/java/trace/graphics/remote/Space.kt:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
r.execute(
"channelMap['$name'].LaudioElement.volume=$v"
)
33
}
34
35
fun loop(b: Boolean) {
36
r.execute(
"channelMap['$name'].LaudioElement.loop=$b"
)
37
}
38
39
}
Callers
nothing calls this directly
Calls
1
execute
Method · 0.65
Tested by
no test coverage detected