Skip to main content

GamblingDiceStackSum

Callable

  • GamblingDiceStackSum(DiceStack: number[]): number

  • Calculates the sum of dice in a given dice stack


    Parameters

    • DiceStack: number[]

      The dice stack to sum up

    Returns number

    • The sum of points in the stack