Skip to main content

GameProductCmdrServiceClient

This item only works when running on the client. Client

Registers the game product cmdr types on the client so cmdr can autocomplete the set-ownership command's arguments. The commands themselves are registered on the server by GameProductCmdrService; only the shared types need to exist on the client for autocomplete.

Show raw api
{
    "functions": [],
    "properties": [],
    "types": [],
    "name": "GameProductCmdrServiceClient",
    "desc": "Registers the game product cmdr types on the client so cmdr can autocomplete the\n`set-ownership` command's arguments. The commands themselves are registered on the server by\n[GameProductCmdrService]; only the shared types need to exist on the client for autocomplete.",
    "realm": [
        "Client"
    ],
    "source": {
        "line": 10,
        "path": "src/gameproductservice/src/Client/Cmdr/GameProductCmdrServiceClient.lua"
    }
}