Interface IRollSettings

Room Roll Settings

interface IRollSettings {
    allowPlayerRollUpdates: boolean;
    allowPlayerMoveDice: boolean;
    autoClear: number;
    defaultClickBehavior: ClickBehavior;
    diceLimit: number;
    diceSize: DiceSize;
    diceTrayColor: number;
    disableDiceOutline: boolean;
    disableDiceShadows: boolean;
    disableShakingSound: boolean;
    pickUp: PickUp;
}

Properties

allowPlayerRollUpdates: boolean
allowPlayerMoveDice: boolean
autoClear: number
defaultClickBehavior: ClickBehavior
diceLimit: number
diceSize: DiceSize
diceTrayColor: number
disableDiceOutline: boolean
disableDiceShadows: boolean
disableShakingSound: boolean
pickUp: PickUp

Generated using TypeDoc