Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Range(fromValue: int, valueCount: int)
Range(int fromValue, int valueCount);
def Range(fromValue as int, valueCount as int)

Parameters

fromValueThe minimum allowed value.
valueCountThe number of possible values.

Description

Constructor for a score range, the range starts from a specific value and contains a maxium score count.