📄️ Overview
This page is in progress.
📄️ Events
These event APIs allow you to send and receive data between different scripts or resources. Events only work cross-resources within the same context. For example:
📄️ Modules
Modules are a great way to share static data, functions, classes, and other functionality between scripts. Modules work on client, server, and shared scripts.
📄️ vec2
This class represents a two dimensional vector (x and y). It is often used to represent 2D screen coordinates.
📄️ vec3
This class represents a three dimensional vector (x, y, and z). It is often used to represent world coordinates in the game.
📄️ vec4
This class represents a four dimensional vector (x, y, z, and w). It is often used to represent colors (red, green, blue, and alpha).