# Userdata

Runtime object types, their properties, and methods.

This section contains **10 userdata types**.

| Page | Description |
| --- | --- |
| [`Color`](Color.md) | A userdata object representing a <strong>color</strong>. |
| [`Container`](Container.md) | Represents a container |
| [`Harvestable`](Harvestable.md) | Represents a harvestable object in the game. |
| [`Interactable`](Interactable.md) | Represents an interactable object in the game |
| [`Portal`](Portal.md) | No description or API members are present in the published source. |
| [`Quat`](Quat.md) | A userdata object representing a <strong>quaternion</strong>. |
| [`ScriptableObject`](ScriptableObject.md) | A userdata object representing a <strong>scriptable object</strong>. |
| [`Uuid`](Uuid.md) | A userdata object representing a <strong>uuid</strong>. |
| [`Vec3`](Vec3.md) | A userdata object representing a 3D <strong>vector</strong>. |
| [`World`](World.md) | A userdata object representing a <strong>world</strong> in the game. |
