Skip to main content

SoundPlayerServiceClient

Functions

GetOrCreateSoundPlayerStack

SoundPlayerServiceClient.GetOrCreateSoundPlayerStack(
layerIdstring
) → SoundPlayerStack

Gets a sound group player for the given sound group path

Show raw api
{
    "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"
    }
}