Interface InputShowPlayerProcessInfoParams

InputShowPlayerProcessInfoParams ($ref: "Input.ShowPlayerProcessInfo.Params") Parameters for the ShowPlayerProcessInfo method.

interface InputShowPlayerProcessInfoParams {
    playerid: number;
    show: boolean;
}

Properties

Properties

playerid: number
show: boolean