Skip to main content
Show raw api
{
    "functions": [
        {
            "name": "GetConfigPicker",
            "desc": "Retrieves the game configuration picker for the config service.",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "GameConfigServiceClient"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "GameConfigPicker"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 53,
                "path": "src/gameconfig/src/Client/GameConfigServiceClient.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "GameConfigServiceClient",
    "desc": "",
    "source": {
        "line": 5,
        "path": "src/gameconfig/src/Client/GameConfigServiceClient.lua"
    }
}