SoundPlayerServiceClient
Functions
GetOrCreateSoundPlayerStack
Gets a sound group player for the given sound group path
GetOrCreateSoundPlayerStackGets a sound group player for the given sound group path
{
"functions": [
{
"name": "GetOrCreateSoundPlayerStack",
"desc": "Gets a sound group player for the given sound group path",
"params": [
{
"name": "self",
"desc": "",
"lua_type": "SoundPlayerServiceClient"
},
{
"name": "layerId",
"desc": "",
"lua_type": "string"
}
],
"returns": [
{
"desc": "",
"lua_type": "SoundPlayerStack"
}
],
"function_type": "static",
"source": {
"line": 49,
"path": "src/soundplayer/src/Client/Service/SoundPlayerServiceClient.lua"
}
}
],
"properties": [],
"types": [],
"name": "SoundPlayerServiceClient",
"desc": "",
"source": {
"line": 5,
"path": "src/soundplayer/src/Client/Service/SoundPlayerServiceClient.lua"
}
}