Skip to main content

SaveSlotServiceClient

Functions

GetExplicitSelectionRequiredAsync

SaveSlotServiceClient.GetExplicitSelectionRequiredAsync(selfSaveSlotServiceClient) → boolean

Returns whether explicit slot selection is required

Destroy

SaveSlotServiceClient.Destroy(selfSaveSlotServiceClient) → ()

Destroys the service

Show raw api
{
    "functions": [
        {
            "name": "GetExplicitSelectionRequiredAsync",
            "desc": "Returns whether explicit slot selection is required",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "SaveSlotServiceClient"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "boolean\n"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 44,
                "path": "src/saveslot/src/Client/SaveSlotServiceClient.lua"
            }
        },
        {
            "name": "Destroy",
            "desc": "Destroys the service",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "SaveSlotServiceClient"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 51,
                "path": "src/saveslot/src/Client/SaveSlotServiceClient.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "SaveSlotServiceClient",
    "desc": "",
    "source": {
        "line": 5,
        "path": "src/saveslot/src/Client/SaveSlotServiceClient.lua"
    }
}