Rez Standard Library
Table of Contents
- Introduction
- JavaScript Type Extensions
- Boolean
- Object
- Array
- String
- Set
- Number
- Math
- Math.perc(p)
- Math.div(n, d)
- Math.div_mod(n, d)
- Math.range(from, to, step)
- Math.dist_round(v)
- Math.rand_int(lim)
- Math.rand_int_between(min, max)
- Math.rand_f_between(min, max)
- Math.cl_rand_f_between(min, max, rounds)
- Math.cl_rand_int(lim)
- Math.cl_rand_int_between(lo, hi)
- Math.clamped_sub(value, sub, min)
- Math.clamped_add(value, add, max)
- Math.alter(value, change, min, max)
- Template Filters
- Components
- Built-in Scenes and Cards
By Matt Mower
read moreLanguage Guide
Table of Contents
- Part 1: Getting Started
- Part 2: Core Concepts
- Part 3: Building Interactive Content
- Part 4: Advanced Features
- Part 5: Technical Reference
By Matt Mower
read more