Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

Range Constructor

public Range(int fromValue, int valueCount);

Parameters

fromValue The minimum allowed value.
valueCount The number of possible values.

Description

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