Decimal


A decimal is a scripting data type for representing numeric values. When specifying these values for function arguments they should only contain the digits 0-9 (no commas) with an optional decimal point for fractions. The random number syntax can be used in place of a literal value for most function arguments where a numeric value is expected.

Examples:

wait(2.75)
set_movement_speed(player, 60)