Interface PlayerRotateParams

interface PlayerRotateParams {
    playerid: number;
    value?: "clockwise" | "counterclockwise";
}

Properties

Properties

playerid: number
value?: "clockwise" | "counterclockwise"