-License
+# Latite Plugin API
-
+[GitHub page for official definitions and API code](https://github.com/latitescripting/latiteapi)
+
+The Latite Scripting/Plugin API is an advanced client-side Minecraft Scripting API for Latite Client. The API allows you to interact with many aspects of the Minecraft Windows 10/11 Edition client (while not allowing cheats).
+
+### What is Latite Client?
+
+Latite Client is a non-cheat modification for Minecraft Windows 10/11 Edition which has features ranging from world utility to visual mods and PVP-related utilities.
+
+### Restrictions
+
+Some features in Latite Client Scripting are restricted. Features such as getting the entities, attacking entities, getting entity positions are limited to operators to prevent cheating.
+
+Other things like world manipulation are only possible on local worlds.
+
+### How to use this API
+
+You need to have [Latite Client](https://latite.net) to use the latest iteration of the Latite Plugin API.
+
+Join the [Latite Discord](https://discord.gg/latite) for more information.
+
+Latite's scripting API uses JavaScript.
+
+## How to make a Plugin
+
+You can view a quick guide/quickstart [here](https://github.com/LatiteScripting/Scripts/tree/master/how-to-make-a-plugin.md)
+
+For scripting documentation, go to https://latitescripting.github.io/
+
+## Debugging
+
+You can [debug your scripts](https://github.com/LatiteScripting/Scripts/tree/master/debugging.md) in Latite Client using Visual Studio.
+
+## Using the .plugin command in game
+
+To install those plugin, run `.plugin install ` ingame. For example, do `.plugin install chatlogger` to install the ChatLogger plugin.
+
+## Cloning the scripts repository
+
+Cloning the scripts repository is a good way to get plugins.
+
+Use this command to clone the scripts repository and all plugins inside it:
+
+```console
+git clone https://github.com/LatiteScripting/Scripts.git
+```
+
+You can also [download the plugins here](https://github.com/LatiteScripting/Scripts/archive/refs/heads/master.zip)
diff --git a/docs-markdown/module.api_TextColor/interfaces/interface.ITextColor.md b/docs-markdown/module.api_TextColor/interfaces/interface.ITextColor.md
index d793137..370c9e4 100644
--- a/docs-markdown/module.api_TextColor/interfaces/interface.ITextColor.md
+++ b/docs-markdown/module.api_TextColor/interfaces/interface.ITextColor.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [api/TextColor.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L1)
+**Source:** [api/TextColor.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L1)
## Properties
@@ -16,97 +16,97 @@
> **AQUA**: `string`
-**Source:** [api/TextColor.d.ts:24](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L24)
+**Source:** [api/TextColor.d.ts:24](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L24)
### BLACK
> **BLACK**: `string`
-**Source:** [api/TextColor.d.ts:13](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L13)
+**Source:** [api/TextColor.d.ts:13](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L13)
### BLUE
> **BLUE**: `string`
-**Source:** [api/TextColor.d.ts:22](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L22)
+**Source:** [api/TextColor.d.ts:22](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L22)
### BOLD
> **BOLD**: `string`
-**Source:** [api/TextColor.d.ts:7](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L7)
+**Source:** [api/TextColor.d.ts:7](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L7)
### DARK_AQUA
> **DARK_AQUA**: `string`
-**Source:** [api/TextColor.d.ts:16](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L16)
+**Source:** [api/TextColor.d.ts:16](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L16)
### DARK_BLUE
> **DARK_BLUE**: `string`
-**Source:** [api/TextColor.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L14)
+**Source:** [api/TextColor.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L14)
### DARK_GRAY
> **DARK_GRAY**: `string`
-**Source:** [api/TextColor.d.ts:21](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L21)
+**Source:** [api/TextColor.d.ts:21](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L21)
### DARK_GREEN
> **DARK_GREEN**: `string`
-**Source:** [api/TextColor.d.ts:15](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L15)
+**Source:** [api/TextColor.d.ts:15](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L15)
### DARK_PURPLE
> **DARK_PURPLE**: `string`
-**Source:** [api/TextColor.d.ts:18](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L18)
+**Source:** [api/TextColor.d.ts:18](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L18)
### DARK_RED
> **DARK_RED**: `string`
-**Source:** [api/TextColor.d.ts:17](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L17)
+**Source:** [api/TextColor.d.ts:17](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L17)
### FORMAT_CHAR
> **FORMAT_CHAR**: `string`
-**Source:** [api/TextColor.d.ts:2](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L2)
+**Source:** [api/TextColor.d.ts:2](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L2)
### GOLD
> **GOLD**: `string`
-**Source:** [api/TextColor.d.ts:19](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L19)
+**Source:** [api/TextColor.d.ts:19](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L19)
### GRAY
> **GRAY**: `string`
-**Source:** [api/TextColor.d.ts:20](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L20)
+**Source:** [api/TextColor.d.ts:20](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L20)
### GREEN
> **GREEN**: `string`
-**Source:** [api/TextColor.d.ts:23](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L23)
+**Source:** [api/TextColor.d.ts:23](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L23)
### ITALIC
> **ITALIC**: `string`
-**Source:** [api/TextColor.d.ts:8](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L8)
+**Source:** [api/TextColor.d.ts:8](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L8)
### LIGHT_PURPLE
> **LIGHT_PURPLE**: `string`
-**Source:** [api/TextColor.d.ts:26](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L26)
+**Source:** [api/TextColor.d.ts:26](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L26)
### MATERIAL_AMETHYST
@@ -114,7 +114,7 @@
1.20 ONLY
-**Source:** [api/TextColor.d.ts:73](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L73)
+**Source:** [api/TextColor.d.ts:73](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L73)
### MATERIAL_COPPER
@@ -122,7 +122,7 @@
1.20 ONLY
-**Source:** [api/TextColor.d.ts:53](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L53)
+**Source:** [api/TextColor.d.ts:53](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L53)
### MATERIAL_DIAMOND
@@ -130,7 +130,7 @@
1.20 ONLY
-**Source:** [api/TextColor.d.ts:65](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L65)
+**Source:** [api/TextColor.d.ts:65](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L65)
### MATERIAL_EMERALD
@@ -138,7 +138,7 @@
1.20 ONLY
-**Source:** [api/TextColor.d.ts:61](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L61)
+**Source:** [api/TextColor.d.ts:61](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L61)
### MATERIAL_GOLD
@@ -146,7 +146,7 @@
1.20 ONLY
-**Source:** [api/TextColor.d.ts:57](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L57)
+**Source:** [api/TextColor.d.ts:57](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L57)
### MATERIAL_IRON
@@ -154,7 +154,7 @@
1.20 ONLY
-**Source:** [api/TextColor.d.ts:41](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L41)
+**Source:** [api/TextColor.d.ts:41](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L41)
### MATERIAL_LAPIS
@@ -162,7 +162,7 @@
1.20 ONLY
-**Source:** [api/TextColor.d.ts:69](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L69)
+**Source:** [api/TextColor.d.ts:69](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L69)
### MATERIAL_NETHERITE
@@ -170,7 +170,7 @@
1.20 ONLY
-**Source:** [api/TextColor.d.ts:45](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L45)
+**Source:** [api/TextColor.d.ts:45](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L45)
### MATERIAL_QUARTZ
@@ -178,7 +178,7 @@
1.20 ONLY
-**Source:** [api/TextColor.d.ts:37](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L37)
+**Source:** [api/TextColor.d.ts:37](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L37)
### MATERIAL_REDSTONE
@@ -186,43 +186,43 @@
1.20 ONLY
-**Source:** [api/TextColor.d.ts:49](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L49)
+**Source:** [api/TextColor.d.ts:49](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L49)
### MINECOIN_GOLD
> **MINECOIN_GOLD**: `string`
-**Source:** [api/TextColor.d.ts:32](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L32)
+**Source:** [api/TextColor.d.ts:32](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L32)
### OBFUSCATE
> **OBFUSCATE**: `string`
-**Source:** [api/TextColor.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L6)
+**Source:** [api/TextColor.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L6)
### RED
> **RED**: `string`
-**Source:** [api/TextColor.d.ts:25](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L25)
+**Source:** [api/TextColor.d.ts:25](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L25)
### RESET
> **RESET**: `string`
-**Source:** [api/TextColor.d.ts:9](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L9)
+**Source:** [api/TextColor.d.ts:9](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L9)
### WHITE
> **WHITE**: `string`
-**Source:** [api/TextColor.d.ts:28](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L28)
+**Source:** [api/TextColor.d.ts:28](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L28)
### YELLOW
> **YELLOW**: `string`
-**Source:** [api/TextColor.d.ts:27](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L27)
+**Source:** [api/TextColor.d.ts:27](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L27)
## Methods
@@ -232,7 +232,7 @@
Formats '&' into colorcoded string.
-**Source:** [api/TextColor.d.ts:79](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L79)
+**Source:** [api/TextColor.d.ts:79](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L79)
#### Parameters
diff --git a/docs-markdown/module.api_TextColor/variables/variable.TextColor.md b/docs-markdown/module.api_TextColor/variables/variable.TextColor.md
index 4b1c982..41e54ce 100644
--- a/docs-markdown/module.api_TextColor/variables/variable.TextColor.md
+++ b/docs-markdown/module.api_TextColor/variables/variable.TextColor.md
@@ -10,4 +10,4 @@
> `const` **TextColor**: [`ITextColor`](../interfaces/interface.ITextColor.md)
-**Source:** [api/TextColor.d.ts:82](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/api/TextColor.d.ts#L82)
+**Source:** [api/TextColor.d.ts:82](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/api/TextColor.d.ts#L82)
diff --git a/docs-markdown/module.feature_command/classes/class.Command.md b/docs-markdown/module.feature_command/classes/class.Command.md
index b7cfe20..1b51c57 100644
--- a/docs-markdown/module.feature_command/classes/class.Command.md
+++ b/docs-markdown/module.feature_command/classes/class.Command.md
@@ -8,7 +8,7 @@
**`Class`**
-**Source:** [feature/command.d.ts:13](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/command.d.ts#L13)
+**Source:** [feature/command.d.ts:13](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/command.d.ts#L13)
## Constructors
@@ -20,7 +20,7 @@
> usage: `string`,
> aliases: `string`[]): [`Command`](class.Command.md)
-**Source:** [feature/command.d.ts:25](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/command.d.ts#L25)
+**Source:** [feature/command.d.ts:25](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/command.d.ts#L25)
#### Parameters
@@ -41,31 +41,31 @@
> `readonly` **aliases**: `string`[]
-**Source:** [feature/command.d.ts:16](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/command.d.ts#L16)
+**Source:** [feature/command.d.ts:16](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/command.d.ts#L16)
### description
> `readonly` **description**: `string`
-**Source:** [feature/command.d.ts:15](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/command.d.ts#L15)
+**Source:** [feature/command.d.ts:15](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/command.d.ts#L15)
### name
> `readonly` **name**: `string`
-**Source:** [feature/command.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/command.d.ts#L14)
+**Source:** [feature/command.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/command.d.ts#L14)
### on
> **on**: `Function`
-**Source:** [feature/command.d.ts:27](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/command.d.ts#L27)
+**Source:** [feature/command.d.ts:27](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/command.d.ts#L27)
#### Type declaration (on)
> > \(eventName: `K`, handler: [`CommandEvents`](../interfaces/interface.CommandEvents.md)[`K`]): `void`
>
-> **Source:** [feature/command.d.ts:27](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/command.d.ts#L27)
+> **Source:** [feature/command.d.ts:27](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/command.d.ts#L27)
>
> ##### Type parameters
>
diff --git a/docs-markdown/module.feature_command/interfaces/interface.CommandEvents.md b/docs-markdown/module.feature_command/interfaces/interface.CommandEvents.md
index 1277ca0..50daec5 100644
--- a/docs-markdown/module.feature_command/interfaces/interface.CommandEvents.md
+++ b/docs-markdown/module.feature_command/interfaces/interface.CommandEvents.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [feature/command.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/command.d.ts#L1)
+**Source:** [feature/command.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/command.d.ts#L1)
## Properties
@@ -16,7 +16,7 @@
> **execute**: `Function`
-**Source:** [feature/command.d.ts:9](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/command.d.ts#L9)
+**Source:** [feature/command.d.ts:9](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/command.d.ts#L9)
#### Type declaration (execute)
@@ -27,7 +27,7 @@
>
> Called on any command being used.
>
-> **Source:** [feature/command.d.ts:9](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/command.d.ts#L9)
+> **Source:** [feature/command.d.ts:9](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/command.d.ts#L9)
>
> ##### Parameters
>
diff --git a/docs-markdown/module.feature_hudmodule/classes/class.HudModule.md b/docs-markdown/module.feature_hudmodule/classes/class.HudModule.md
index 9c8e36d..1be248f 100644
--- a/docs-markdown/module.feature_hudmodule/classes/class.HudModule.md
+++ b/docs-markdown/module.feature_hudmodule/classes/class.HudModule.md
@@ -8,7 +8,7 @@
**`Class`**
-**Source:** [feature/hudmodule.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L1)
+**Source:** [feature/hudmodule.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L1)
## Hierarchy
@@ -25,7 +25,7 @@
> key: [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md),
> resizable: `boolean`): [`HudModule`](class.HudModule.md)
-**Source:** [feature/hudmodule.d.ts:2](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L2)
+**Source:** [feature/hudmodule.d.ts:2](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L2)
#### Parameters
@@ -51,7 +51,7 @@
> `readonly` **description**: `string`
-**Source:** [feature/module.d.ts:37](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L37)
+**Source:** [feature/module.d.ts:37](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L37)
#### Inherited from
@@ -61,7 +61,7 @@
> `readonly` **displayName**: `string`
-**Source:** [feature/module.d.ts:36](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L36)
+**Source:** [feature/module.d.ts:36](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L36)
#### Inherited from
@@ -73,7 +73,7 @@
IDs for script modules are always 255.
-**Source:** [feature/module.d.ts:43](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L43)
+**Source:** [feature/module.d.ts:43](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L43)
#### Inherited from
@@ -83,7 +83,7 @@ IDs for script modules are always 255.
> `readonly` **key**: [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md)
-**Source:** [feature/module.d.ts:38](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L38)
+**Source:** [feature/module.d.ts:38](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L38)
#### Inherited from
@@ -93,7 +93,7 @@ IDs for script modules are always 255.
> `readonly` **name**: `string`
-**Source:** [feature/module.d.ts:35](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L35)
+**Source:** [feature/module.d.ts:35](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L35)
#### Inherited from
@@ -103,13 +103,13 @@ IDs for script modules are always 255.
> **on**: `Function`
-**Source:** [feature/module.d.ts:62](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L62)
+**Source:** [feature/module.d.ts:62](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L62)
#### Type declaration (on)
> > \(eventName: `K`, handler: [`ModuleEvents`](../../module.feature_module/interfaces/interface.ModuleEvents.md)[`K`]): `void`
>
-> **Source:** [feature/module.d.ts:62](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L62)
+> **Source:** [feature/module.d.ts:62](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L62)
>
> ##### Type parameters
>
@@ -138,7 +138,7 @@ IDs for script modules are always 255.
If the module is visible in the ClickGui
-**Source:** [feature/module.d.ts:51](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L51)
+**Source:** [feature/module.d.ts:51](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L51)
#### Inherited from
@@ -150,7 +150,7 @@ If the module is visible in the ClickGui
If the module is a HUD module (that you can move in the hud editor)
-**Source:** [feature/module.d.ts:47](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L47)
+**Source:** [feature/module.d.ts:47](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L47)
#### Inherited from
@@ -168,7 +168,7 @@ If the module is a HUD module (that you can move in the hud editor)
Adds a setting.
-**Source:** [feature/module.d.ts:92](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L92)
+**Source:** [feature/module.d.ts:92](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L92)
#### Parameters
@@ -197,19 +197,16 @@ Adds a setting.
Adds a setting.
-- **Source:** [feature/module.d.ts:131](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L131)
+- **Source:** [feature/module.d.ts:131](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L131)
#### Parameters
-| Parameter | Type | Description |
-| :---------- | :---------------------------------------------------------- | :------------------------------------------- |
-| name | `string` | The internal name |
-| \* |
-| displayName | `string` | The name that shows in the menu |
-| \* |
-| description | `string` | A short description of what the setting does |
-| \* |
-| defVal | [`Color`](../../module.gfx_graphics/classes/class.Color.md) | The default value |
+| Parameter | Type | Description |
+| :---------- | :---------------------------------------------------------- | :--------------------------------------------------- |
+| name | `string` | The internal name \* |
+| displayName | `string` | The name that shows in the menu \* |
+| description | `string` | A short description of what the setting does \* |
+| defVal | [`Color`](../../module.gfx_graphics/classes/class.Color.md) | The default value |
#### Returns
@@ -229,19 +226,16 @@ Adds a setting.
Adds a setting.
-- **Source:** [feature/module.d.ts:113](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L113)
+- **Source:** [feature/module.d.ts:113](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L113)
#### Parameters
-| Parameter | Type | Description |
-| :---------- | :---------------------------------------------------------------- | :------------------------------------------- |
-| name | `string` | The internal name |
-| \* |
-| displayName | `string` | The name that shows in the menu |
-| \* |
-| description | `string` | A short description of what the setting does |
-| \* |
-| defVal | [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md) | The default value |
+| Parameter | Type | Description |
+| :---------- | :---------------------------------------------------------------- | :--------------------------------------------------- |
+| name | `string` | The internal name \* |
+| displayName | `string` | The name that shows in the menu \* |
+| description | `string` | A short description of what the setting does \* |
+| defVal | [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md) | The default value |
#### Returns
@@ -264,7 +258,7 @@ Adds a setting.
Adds a setting.
-**Source:** [feature/module.d.ts:104](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L104)
+**Source:** [feature/module.d.ts:104](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L104)
#### Parameters
@@ -296,19 +290,16 @@ Adds a setting.
Adds a setting.
-- **Source:** [feature/module.d.ts:122](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L122)
+- **Source:** [feature/module.d.ts:122](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L122)
#### Parameters
-| Parameter | Type | Description |
-| :---------- | :------- | :------------------------------------------- |
-| name | `string` | The internal name |
-| \* |
-| displayName | `string` | The name that shows in the menu |
-| \* |
-| description | `string` | A short description of what the setting does |
-| \* |
-| defVal | `string` | The default value |
+| Parameter | Type | Description |
+| :---------- | :------- | :--------------------------------------------------- |
+| name | `string` | The internal name \* |
+| displayName | `string` | The name that shows in the menu \* |
+| description | `string` | A short description of what the setting does \* |
+| defVal | `string` | The default value |
#### Returns
@@ -322,7 +313,7 @@ Adds a setting.
> **getPos**(): [`Vector2`](../../module.gfx_graphics/classes/class.Vector2.md)
-**Source:** [feature/hudmodule.d.ts:9](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L9)
+**Source:** [feature/hudmodule.d.ts:9](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L9)
#### Returns
@@ -332,7 +323,7 @@ Adds a setting.
> **getRect**(): [`Rect`](../../module.gfx_graphics/classes/class.Rect.md)
-**Source:** [feature/hudmodule.d.ts:4](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L4)
+**Source:** [feature/hudmodule.d.ts:4](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L4)
#### Returns
@@ -344,7 +335,7 @@ Adds a setting.
Gets the settings of the module.
-**Source:** [feature/module.d.ts:83](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L83)
+**Source:** [feature/module.d.ts:83](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L83)
#### Returns
@@ -358,7 +349,7 @@ Gets the settings of the module.
> **getSize**(): `number`
-**Source:** [feature/hudmodule.d.ts:7](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L7)
+**Source:** [feature/hudmodule.d.ts:7](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L7)
#### Returns
@@ -370,7 +361,7 @@ Gets the settings of the module.
Check if the module is blocked.
-**Source:** [feature/module.d.ts:78](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L78)
+**Source:** [feature/module.d.ts:78](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L78)
#### Returns
@@ -386,7 +377,7 @@ Check if the module is blocked.
Checks if the module is enabled.
-**Source:** [feature/module.d.ts:67](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L67)
+**Source:** [feature/module.d.ts:67](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L67)
#### Returns
@@ -400,7 +391,7 @@ Checks if the module is enabled.
> **setBounds**(width: `number`, height: `number`): `void`
-**Source:** [feature/hudmodule.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L6)
+**Source:** [feature/hudmodule.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L6)
#### Parameters
@@ -419,7 +410,7 @@ Checks if the module is enabled.
Set the module to be enabled or not.
-**Source:** [feature/module.d.ts:73](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L73)
+**Source:** [feature/module.d.ts:73](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L73)
#### Parameters
@@ -439,7 +430,7 @@ Set the module to be enabled or not.
> **setPos**(x: `number`, y: `number`): `void`
-**Source:** [feature/hudmodule.d.ts:10](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L10)
+**Source:** [feature/hudmodule.d.ts:10](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L10)
#### Parameters
@@ -456,7 +447,7 @@ Set the module to be enabled or not.
> **setRect**(newRect: [`Rect`](../../module.gfx_graphics/classes/class.Rect.md)): `void`
-**Source:** [feature/hudmodule.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L5)
+**Source:** [feature/hudmodule.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L5)
#### Parameters
@@ -472,7 +463,7 @@ Set the module to be enabled or not.
> **setSize**(): `number`
-**Source:** [feature/hudmodule.d.ts:8](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L8)
+**Source:** [feature/hudmodule.d.ts:8](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L8)
#### Returns
diff --git a/docs-markdown/module.feature_hudmodule/classes/class.TextModule.md b/docs-markdown/module.feature_hudmodule/classes/class.TextModule.md
index 1977896..e738d57 100644
--- a/docs-markdown/module.feature_hudmodule/classes/class.TextModule.md
+++ b/docs-markdown/module.feature_hudmodule/classes/class.TextModule.md
@@ -8,7 +8,7 @@
**`Class`**
-**Source:** [feature/hudmodule.d.ts:13](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L13)
+**Source:** [feature/hudmodule.d.ts:13](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L13)
## Hierarchy
@@ -24,7 +24,7 @@
> description: `string`,
> key: [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md)): [`TextModule`](class.TextModule.md)
-**Source:** [feature/hudmodule.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L14)
+**Source:** [feature/hudmodule.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L14)
#### Parameters
@@ -49,7 +49,7 @@
> `readonly` **description**: `string`
-**Source:** [feature/module.d.ts:37](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L37)
+**Source:** [feature/module.d.ts:37](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L37)
#### Inherited from
@@ -59,7 +59,7 @@
> `readonly` **displayName**: `string`
-**Source:** [feature/module.d.ts:36](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L36)
+**Source:** [feature/module.d.ts:36](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L36)
#### Inherited from
@@ -71,7 +71,7 @@
IDs for script modules are always 255.
-**Source:** [feature/module.d.ts:43](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L43)
+**Source:** [feature/module.d.ts:43](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L43)
#### Inherited from
@@ -81,7 +81,7 @@ IDs for script modules are always 255.
> `readonly` **key**: [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md)
-**Source:** [feature/module.d.ts:38](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L38)
+**Source:** [feature/module.d.ts:38](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L38)
#### Inherited from
@@ -91,7 +91,7 @@ IDs for script modules are always 255.
> `readonly` **name**: `string`
-**Source:** [feature/module.d.ts:35](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L35)
+**Source:** [feature/module.d.ts:35](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L35)
#### Inherited from
@@ -101,13 +101,13 @@ IDs for script modules are always 255.
> **on**: `Function`
-**Source:** [feature/module.d.ts:62](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L62)
+**Source:** [feature/module.d.ts:62](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L62)
#### Type declaration (on)
> > \(eventName: `K`, handler: [`ModuleEvents`](../../module.feature_module/interfaces/interface.ModuleEvents.md)[`K`]): `void`
>
-> **Source:** [feature/module.d.ts:62](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L62)
+> **Source:** [feature/module.d.ts:62](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L62)
>
> ##### Type parameters
>
@@ -136,7 +136,7 @@ IDs for script modules are always 255.
If the module is visible in the ClickGui
-**Source:** [feature/module.d.ts:51](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L51)
+**Source:** [feature/module.d.ts:51](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L51)
#### Inherited from
@@ -148,7 +148,7 @@ If the module is visible in the ClickGui
If the module is a HUD module (that you can move in the hud editor)
-**Source:** [feature/module.d.ts:47](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L47)
+**Source:** [feature/module.d.ts:47](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L47)
#### Inherited from
@@ -166,7 +166,7 @@ If the module is a HUD module (that you can move in the hud editor)
Adds a setting.
-**Source:** [feature/module.d.ts:92](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L92)
+**Source:** [feature/module.d.ts:92](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L92)
#### Parameters
@@ -195,19 +195,16 @@ Adds a setting.
Adds a setting.
-- **Source:** [feature/module.d.ts:131](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L131)
+- **Source:** [feature/module.d.ts:131](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L131)
#### Parameters
-| Parameter | Type | Description |
-| :---------- | :---------------------------------------------------------- | :------------------------------------------- |
-| name | `string` | The internal name |
-| \* |
-| displayName | `string` | The name that shows in the menu |
-| \* |
-| description | `string` | A short description of what the setting does |
-| \* |
-| defVal | [`Color`](../../module.gfx_graphics/classes/class.Color.md) | The default value |
+| Parameter | Type | Description |
+| :---------- | :---------------------------------------------------------- | :--------------------------------------------------- |
+| name | `string` | The internal name \* |
+| displayName | `string` | The name that shows in the menu \* |
+| description | `string` | A short description of what the setting does \* |
+| defVal | [`Color`](../../module.gfx_graphics/classes/class.Color.md) | The default value |
#### Returns
@@ -227,19 +224,16 @@ Adds a setting.
Adds a setting.
-- **Source:** [feature/module.d.ts:113](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L113)
+- **Source:** [feature/module.d.ts:113](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L113)
#### Parameters
-| Parameter | Type | Description |
-| :---------- | :---------------------------------------------------------------- | :------------------------------------------- |
-| name | `string` | The internal name |
-| \* |
-| displayName | `string` | The name that shows in the menu |
-| \* |
-| description | `string` | A short description of what the setting does |
-| \* |
-| defVal | [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md) | The default value |
+| Parameter | Type | Description |
+| :---------- | :---------------------------------------------------------------- | :--------------------------------------------------- |
+| name | `string` | The internal name \* |
+| displayName | `string` | The name that shows in the menu \* |
+| description | `string` | A short description of what the setting does \* |
+| defVal | [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md) | The default value |
#### Returns
@@ -262,7 +256,7 @@ Adds a setting.
Adds a setting.
-**Source:** [feature/module.d.ts:104](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L104)
+**Source:** [feature/module.d.ts:104](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L104)
#### Parameters
@@ -294,19 +288,16 @@ Adds a setting.
Adds a setting.
-- **Source:** [feature/module.d.ts:122](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L122)
+- **Source:** [feature/module.d.ts:122](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L122)
#### Parameters
-| Parameter | Type | Description |
-| :---------- | :------- | :------------------------------------------- |
-| name | `string` | The internal name |
-| \* |
-| displayName | `string` | The name that shows in the menu |
-| \* |
-| description | `string` | A short description of what the setting does |
-| \* |
-| defVal | `string` | The default value |
+| Parameter | Type | Description |
+| :---------- | :------- | :--------------------------------------------------- |
+| name | `string` | The internal name \* |
+| displayName | `string` | The name that shows in the menu \* |
+| description | `string` | A short description of what the setting does \* |
+| defVal | `string` | The default value |
#### Returns
@@ -320,7 +311,7 @@ Adds a setting.
> **getLastText**(): `string`
-**Source:** [feature/hudmodule.d.ts:17](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L17)
+**Source:** [feature/hudmodule.d.ts:17](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L17)
#### Returns
@@ -330,7 +321,7 @@ Adds a setting.
> **getPos**(): [`Vector2`](../../module.gfx_graphics/classes/class.Vector2.md)
-**Source:** [feature/hudmodule.d.ts:9](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L9)
+**Source:** [feature/hudmodule.d.ts:9](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L9)
#### Returns
@@ -344,7 +335,7 @@ Adds a setting.
> **getRect**(): [`Rect`](../../module.gfx_graphics/classes/class.Rect.md)
-**Source:** [feature/hudmodule.d.ts:4](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L4)
+**Source:** [feature/hudmodule.d.ts:4](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L4)
#### Returns
@@ -360,7 +351,7 @@ Adds a setting.
Gets the settings of the module.
-**Source:** [feature/module.d.ts:83](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L83)
+**Source:** [feature/module.d.ts:83](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L83)
#### Returns
@@ -374,7 +365,7 @@ Gets the settings of the module.
> **getSize**(): `number`
-**Source:** [feature/hudmodule.d.ts:7](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L7)
+**Source:** [feature/hudmodule.d.ts:7](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L7)
#### Returns
@@ -390,7 +381,7 @@ Gets the settings of the module.
Check if the module is blocked.
-**Source:** [feature/module.d.ts:78](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L78)
+**Source:** [feature/module.d.ts:78](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L78)
#### Returns
@@ -406,7 +397,7 @@ Check if the module is blocked.
Checks if the module is enabled.
-**Source:** [feature/module.d.ts:67](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L67)
+**Source:** [feature/module.d.ts:67](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L67)
#### Returns
@@ -420,7 +411,7 @@ Checks if the module is enabled.
> **setBounds**(width: `number`, height: `number`): `void`
-**Source:** [feature/hudmodule.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L6)
+**Source:** [feature/hudmodule.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L6)
#### Parameters
@@ -443,7 +434,7 @@ Checks if the module is enabled.
Set the module to be enabled or not.
-**Source:** [feature/module.d.ts:73](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L73)
+**Source:** [feature/module.d.ts:73](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L73)
#### Parameters
@@ -463,7 +454,7 @@ Set the module to be enabled or not.
> **setPos**(x: `number`, y: `number`): `void`
-**Source:** [feature/hudmodule.d.ts:10](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L10)
+**Source:** [feature/hudmodule.d.ts:10](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L10)
#### Parameters
@@ -484,7 +475,7 @@ Set the module to be enabled or not.
> **setRect**(newRect: [`Rect`](../../module.gfx_graphics/classes/class.Rect.md)): `void`
-**Source:** [feature/hudmodule.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L5)
+**Source:** [feature/hudmodule.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L5)
#### Parameters
@@ -504,7 +495,7 @@ Set the module to be enabled or not.
> **setSize**(): `number`
-**Source:** [feature/hudmodule.d.ts:8](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/hudmodule.d.ts#L8)
+**Source:** [feature/hudmodule.d.ts:8](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/hudmodule.d.ts#L8)
#### Returns
diff --git a/docs-markdown/module.feature_manager_commandmgr/classes/class.CommandManager.md b/docs-markdown/module.feature_manager_commandmgr/classes/class.CommandManager.md
index 8ecb85b..9536ba7 100644
--- a/docs-markdown/module.feature_manager_commandmgr/classes/class.CommandManager.md
+++ b/docs-markdown/module.feature_manager_commandmgr/classes/class.CommandManager.md
@@ -8,7 +8,7 @@
**`Class`**
-**Source:** [feature/manager/commandmgr.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/manager/commandmgr.d.ts#L1)
+**Source:** [feature/manager/commandmgr.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/manager/commandmgr.d.ts#L1)
## Constructors
@@ -28,7 +28,7 @@
Gets the command prefix, default is '.'
-**Source:** [feature/manager/commandmgr.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/manager/commandmgr.d.ts#L5)
+**Source:** [feature/manager/commandmgr.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/manager/commandmgr.d.ts#L5)
#### Returns
@@ -40,7 +40,7 @@ Gets the command prefix, default is '.'
Adds a command into the client
-**Source:** [feature/manager/commandmgr.d.ts:11](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/manager/commandmgr.d.ts#L11)
+**Source:** [feature/manager/commandmgr.d.ts:11](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/manager/commandmgr.d.ts#L11)
#### Parameters
diff --git a/docs-markdown/module.feature_manager_mmgr/interfaces/interface.ModuleManager.md b/docs-markdown/module.feature_manager_mmgr/interfaces/interface.ModuleManager.md
index 2bc9d42..cc6b438 100644
--- a/docs-markdown/module.feature_manager_mmgr/interfaces/interface.ModuleManager.md
+++ b/docs-markdown/module.feature_manager_mmgr/interfaces/interface.ModuleManager.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [feature/manager/mmgr.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/manager/mmgr.d.ts#L1)
+**Source:** [feature/manager/mmgr.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/manager/mmgr.d.ts#L1)
## Methods
@@ -18,7 +18,7 @@
Loop through each module.
-**Source:** [feature/manager/mmgr.d.ts:22](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/manager/mmgr.d.ts#L22)
+**Source:** [feature/manager/mmgr.d.ts:22](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/manager/mmgr.d.ts#L22)
#### Parameters
@@ -38,7 +38,7 @@ Gets a module by the specified InternalName.
For example, ArmorHud is the internal name for Armor Hud.
Position is the internal name of Coordinates
-**Source:** [feature/manager/mmgr.d.ts:16](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/manager/mmgr.d.ts#L16)
+**Source:** [feature/manager/mmgr.d.ts:16](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/manager/mmgr.d.ts#L16)
#### Parameters
@@ -56,7 +56,7 @@ Position is the internal name of Coordinates
Registers a module into the Latite mod. This makes it appear in the mod menu, and be interactive.
-**Source:** [feature/manager/mmgr.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/manager/mmgr.d.ts#L6)
+**Source:** [feature/manager/mmgr.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/manager/mmgr.d.ts#L6)
#### Parameters
diff --git a/docs-markdown/module.feature_module/classes/class.Module.md b/docs-markdown/module.feature_module/classes/class.Module.md
index d6d9715..99dd802 100644
--- a/docs-markdown/module.feature_module/classes/class.Module.md
+++ b/docs-markdown/module.feature_module/classes/class.Module.md
@@ -8,7 +8,7 @@
**`Class`**
-**Source:** [feature/module.d.ts:34](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L34)
+**Source:** [feature/module.d.ts:34](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L34)
## Hierarchy
@@ -24,7 +24,7 @@
> description: `string`,
> key: [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md)): [`Module`](class.Module.md)
-**Source:** [feature/module.d.ts:60](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L60)
+**Source:** [feature/module.d.ts:60](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L60)
#### Parameters
@@ -45,13 +45,13 @@
> `readonly` **description**: `string`
-**Source:** [feature/module.d.ts:37](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L37)
+**Source:** [feature/module.d.ts:37](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L37)
### displayName
> `readonly` **displayName**: `string`
-**Source:** [feature/module.d.ts:36](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L36)
+**Source:** [feature/module.d.ts:36](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L36)
### id
@@ -59,31 +59,31 @@
IDs for script modules are always 255.
-**Source:** [feature/module.d.ts:43](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L43)
+**Source:** [feature/module.d.ts:43](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L43)
### key
> `readonly` **key**: [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md)
-**Source:** [feature/module.d.ts:38](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L38)
+**Source:** [feature/module.d.ts:38](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L38)
### name
> `readonly` **name**: `string`
-**Source:** [feature/module.d.ts:35](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L35)
+**Source:** [feature/module.d.ts:35](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L35)
### on
> **on**: `Function`
-**Source:** [feature/module.d.ts:62](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L62)
+**Source:** [feature/module.d.ts:62](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L62)
#### Type declaration (on)
> > \(eventName: `K`, handler: [`ModuleEvents`](../interfaces/interface.ModuleEvents.md)[`K`]): `void`
>
-> **Source:** [feature/module.d.ts:62](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L62)
+> **Source:** [feature/module.d.ts:62](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L62)
>
> ##### Type parameters
>
@@ -108,7 +108,7 @@ IDs for script modules are always 255.
If the module is visible in the ClickGui
-**Source:** [feature/module.d.ts:51](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L51)
+**Source:** [feature/module.d.ts:51](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L51)
### visual
@@ -116,7 +116,7 @@ If the module is visible in the ClickGui
If the module is a HUD module (that you can move in the hud editor)
-**Source:** [feature/module.d.ts:47](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L47)
+**Source:** [feature/module.d.ts:47](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L47)
## Methods
@@ -130,7 +130,7 @@ If the module is a HUD module (that you can move in the hud editor)
Adds a setting.
-**Source:** [feature/module.d.ts:92](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L92)
+**Source:** [feature/module.d.ts:92](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L92)
#### Parameters
@@ -155,19 +155,16 @@ Adds a setting.
Adds a setting.
-- **Source:** [feature/module.d.ts:131](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L131)
+- **Source:** [feature/module.d.ts:131](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L131)
#### Parameters
-| Parameter | Type | Description |
-| :---------- | :---------------------------------------------------------- | :------------------------------------------- |
-| name | `string` | The internal name |
-| \* |
-| displayName | `string` | The name that shows in the menu |
-| \* |
-| description | `string` | A short description of what the setting does |
-| \* |
-| defVal | [`Color`](../../module.gfx_graphics/classes/class.Color.md) | The default value |
+| Parameter | Type | Description |
+| :---------- | :---------------------------------------------------------- | :--------------------------------------------------- |
+| name | `string` | The internal name \* |
+| displayName | `string` | The name that shows in the menu \* |
+| description | `string` | A short description of what the setting does \* |
+| defVal | [`Color`](../../module.gfx_graphics/classes/class.Color.md) | The default value |
#### Returns
@@ -183,19 +180,16 @@ Adds a setting.
Adds a setting.
-- **Source:** [feature/module.d.ts:113](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L113)
+- **Source:** [feature/module.d.ts:113](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L113)
#### Parameters
-| Parameter | Type | Description |
-| :---------- | :---------------------------------------------------------------- | :------------------------------------------- |
-| name | `string` | The internal name |
-| \* |
-| displayName | `string` | The name that shows in the menu |
-| \* |
-| description | `string` | A short description of what the setting does |
-| \* |
-| defVal | [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md) | The default value |
+| Parameter | Type | Description |
+| :---------- | :---------------------------------------------------------------- | :--------------------------------------------------- |
+| name | `string` | The internal name \* |
+| displayName | `string` | The name that shows in the menu \* |
+| description | `string` | A short description of what the setting does \* |
+| defVal | [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md) | The default value |
#### Returns
@@ -214,7 +208,7 @@ Adds a setting.
Adds a setting.
-**Source:** [feature/module.d.ts:104](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L104)
+**Source:** [feature/module.d.ts:104](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L104)
#### Parameters
@@ -242,19 +236,16 @@ Adds a setting.
Adds a setting.
-- **Source:** [feature/module.d.ts:122](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L122)
+- **Source:** [feature/module.d.ts:122](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L122)
#### Parameters
-| Parameter | Type | Description |
-| :---------- | :------- | :------------------------------------------- |
-| name | `string` | The internal name |
-| \* |
-| displayName | `string` | The name that shows in the menu |
-| \* |
-| description | `string` | A short description of what the setting does |
-| \* |
-| defVal | `string` | The default value |
+| Parameter | Type | Description |
+| :---------- | :------- | :--------------------------------------------------- |
+| name | `string` | The internal name \* |
+| displayName | `string` | The name that shows in the menu \* |
+| description | `string` | A short description of what the setting does \* |
+| defVal | `string` | The default value |
#### Returns
@@ -266,7 +257,7 @@ Adds a setting.
Gets the settings of the module.
-**Source:** [feature/module.d.ts:83](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L83)
+**Source:** [feature/module.d.ts:83](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L83)
#### Returns
@@ -278,7 +269,7 @@ Gets the settings of the module.
Check if the module is blocked.
-**Source:** [feature/module.d.ts:78](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L78)
+**Source:** [feature/module.d.ts:78](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L78)
#### Returns
@@ -290,7 +281,7 @@ Check if the module is blocked.
Checks if the module is enabled.
-**Source:** [feature/module.d.ts:67](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L67)
+**Source:** [feature/module.d.ts:67](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L67)
#### Returns
@@ -302,7 +293,7 @@ Checks if the module is enabled.
Set the module to be enabled or not.
-**Source:** [feature/module.d.ts:73](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L73)
+**Source:** [feature/module.d.ts:73](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L73)
#### Parameters
diff --git a/docs-markdown/module.feature_module/interfaces/interface.ModuleEvents.md b/docs-markdown/module.feature_module/interfaces/interface.ModuleEvents.md
index 225d27e..79da174 100644
--- a/docs-markdown/module.feature_module/interfaces/interface.ModuleEvents.md
+++ b/docs-markdown/module.feature_module/interfaces/interface.ModuleEvents.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [feature/module.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L1)
+**Source:** [feature/module.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L1)
## Properties
@@ -16,7 +16,7 @@
> **disable**: `Function`
-**Source:** [feature/module.d.ts:9](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L9)
+**Source:** [feature/module.d.ts:9](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L9)
#### Type declaration (disable)
@@ -24,7 +24,7 @@
>
> Called on any module being disabled.
>
-> **Source:** [feature/module.d.ts:9](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L9)
+> **Source:** [feature/module.d.ts:9](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L9)
>
> ##### Returns
>
@@ -34,7 +34,7 @@
> **enable**: `Function`
-**Source:** [feature/module.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L5)
+**Source:** [feature/module.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L5)
#### Type declaration (enable)
@@ -42,7 +42,7 @@
>
> Called on any module being enabled.
>
-> **Source:** [feature/module.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L5)
+> **Source:** [feature/module.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L5)
>
> ##### Returns
>
@@ -52,7 +52,7 @@
> **get-hold-to-toggle**: `Function`
-**Source:** [feature/module.d.ts:13](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L13)
+**Source:** [feature/module.d.ts:13](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L13)
#### Type declaration (get-hold-to-toggle)
@@ -60,7 +60,7 @@
>
> Called on every frame. Return a bool to set the toggle form of the module - `true` makes it a hold module, like player list; `false`, standard toggle form.
>
-> **Source:** [feature/module.d.ts:13](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L13)
+> **Source:** [feature/module.d.ts:13](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L13)
>
> ##### Returns
>
@@ -70,7 +70,7 @@
> **render**: `Function`
-**Source:** [feature/module.d.ts:21](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L21)
+**Source:** [feature/module.d.ts:21](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L21)
#### Type declaration (render)
@@ -82,7 +82,7 @@
>
> Only available in HUD modules.
>
-> **Source:** [feature/module.d.ts:21](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L21)
+> **Source:** [feature/module.d.ts:21](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L21)
>
> ##### Parameters
>
@@ -99,7 +99,7 @@
> **text**: `Function`
-**Source:** [feature/module.d.ts:31](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L31)
+**Source:** [feature/module.d.ts:31](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L31)
#### Type declaration (text)
@@ -111,7 +111,7 @@
>
> Only available in text modules.
>
-> **Source:** [feature/module.d.ts:31](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/module.d.ts#L31)
+> **Source:** [feature/module.d.ts:31](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/module.d.ts#L31)
>
> ##### Parameters
>
diff --git a/docs-markdown/module.feature_setting/classes/class.Setting.md b/docs-markdown/module.feature_setting/classes/class.Setting.md
index 3d78dcc..ebfc0e6 100644
--- a/docs-markdown/module.feature_setting/classes/class.Setting.md
+++ b/docs-markdown/module.feature_setting/classes/class.Setting.md
@@ -8,7 +8,7 @@
**`Class`**
-**Source:** [feature/setting.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/setting.d.ts#L1)
+**Source:** [feature/setting.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/setting.d.ts#L1)
## Constructors
@@ -18,7 +18,7 @@
DO NOT USE - not implemented
-**Source:** [feature/setting.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/setting.d.ts#L5)
+**Source:** [feature/setting.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/setting.d.ts#L5)
#### Returns
@@ -30,13 +30,13 @@ DO NOT USE - not implemented
> `readonly` **description**: `string`
-**Source:** [feature/setting.d.ts:12](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/setting.d.ts#L12)
+**Source:** [feature/setting.d.ts:12](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/setting.d.ts#L12)
### displayName
> `readonly` **displayName**: `string`
-**Source:** [feature/setting.d.ts:11](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/setting.d.ts#L11)
+**Source:** [feature/setting.d.ts:11](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/setting.d.ts#L11)
### name
@@ -44,7 +44,7 @@ DO NOT USE - not implemented
The name of the setting
-**Source:** [feature/setting.d.ts:10](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/setting.d.ts#L10)
+**Source:** [feature/setting.d.ts:10](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/setting.d.ts#L10)
## Methods
@@ -54,7 +54,7 @@ The name of the setting
Gets the value of the setting. Could be null.
-**Source:** [feature/setting.d.ts:19](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/setting.d.ts#L19)
+**Source:** [feature/setting.d.ts:19](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/setting.d.ts#L19)
#### Returns
@@ -66,7 +66,7 @@ Gets the value of the setting. Could be null.
Set that this setting will only show when another setting is on or off.
-**Source:** [feature/setting.d.ts:32](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/setting.d.ts#L32)
+**Source:** [feature/setting.d.ts:32](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/setting.d.ts#L32)
#### Parameters
@@ -85,7 +85,7 @@ Set that this setting will only show when another setting is on or off.
Sets the setting value.
-**Source:** [feature/setting.d.ts:25](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/setting.d.ts#L25)
+**Source:** [feature/setting.d.ts:25](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/setting.d.ts#L25)
#### Parameters
@@ -101,7 +101,7 @@ Sets the setting value.
> **toString**(): `string`
-**Source:** [feature/setting.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/feature/setting.d.ts#L14)
+**Source:** [feature/setting.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/feature/setting.d.ts#L14)
#### Returns
diff --git a/docs-markdown/module.game/interfaces/interface.Game.md b/docs-markdown/module.game/interfaces/interface.Game.md
index 615527d..e495aec 100644
--- a/docs-markdown/module.game/interfaces/interface.Game.md
+++ b/docs-markdown/module.game/interfaces/interface.Game.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [game.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L1)
+**Source:** [game.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L1)
## Methods
@@ -18,7 +18,7 @@
Captures the mouse cursor (hides it and allows the player to look around using the mouse cursor.)
-**Source:** [game.d.ts:75](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L75)
+**Source:** [game.d.ts:75](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L75)
#### Returns
@@ -30,7 +30,7 @@ Captures the mouse cursor (hides it and allows the player to look around using t
Execute an in-game command.
-**Source:** [game.d.ts:12](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L12)
+**Source:** [game.d.ts:12](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L12)
#### Parameters
@@ -51,7 +51,7 @@ Execute an in-game command.
use `dimension`
Get the Dimension object.
-**Source:** [game.d.ts:55](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L55)
+**Source:** [game.d.ts:55](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L55)
#### Returns
@@ -65,7 +65,7 @@ Gets the featured server name you are connected to. This will return null if you
Featured server examples: "The Hive" "CubeCraft" "InPvP" "Mineplex"
-**Source:** [game.d.ts:37](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L37)
+**Source:** [game.d.ts:37](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L37)
#### Returns
@@ -79,7 +79,7 @@ Gets the user's input setting. Usually a key code; for example, `"forward"` retu
If this function returns 0, either the key is set to nothing or the specified name was not found.
-**Source:** [game.d.ts:87](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L87)
+**Source:** [game.d.ts:87](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L87)
#### Parameters
@@ -97,7 +97,7 @@ If this function returns 0, either the key is set to nothing or the specified na
Get your player. This will return null if you are not in a game.
-**Source:** [game.d.ts:25](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L25)
+**Source:** [game.d.ts:25](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L25)
#### Returns
@@ -109,7 +109,7 @@ Get your player. This will return null if you are not in a game.
Get the mouse position.
-**Source:** [game.d.ts:70](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L70)
+**Source:** [game.d.ts:70](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L70)
#### Returns
@@ -121,7 +121,7 @@ Get the mouse position.
Gets the port of the server you're connected to. If you are not in a server, it returns 0.
-**Source:** [game.d.ts:42](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L42)
+**Source:** [game.d.ts:42](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L42)
#### Returns
@@ -133,7 +133,7 @@ Gets the port of the server you're connected to. If you are not in a server, it
Gets the size of the viewport.
-**Source:** [game.d.ts:65](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L65)
+**Source:** [game.d.ts:65](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L65)
#### Returns
@@ -145,7 +145,7 @@ Gets the size of the viewport.
Gets the server you are connected to. This will return null if you are not in a server.
-**Source:** [game.d.ts:30](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L30)
+**Source:** [game.d.ts:30](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L30)
#### Returns
@@ -160,7 +160,7 @@ Gets the server you are connected to. This will return null if you are not in a
use `world`
Get the World object.
-**Source:** [game.d.ts:48](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L48)
+**Source:** [game.d.ts:48](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L48)
#### Returns
@@ -172,7 +172,7 @@ Get the World object.
Get whether you are in a UI screen
-**Source:** [game.d.ts:60](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L60)
+**Source:** [game.d.ts:60](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L60)
#### Returns
@@ -187,7 +187,7 @@ Get whether you are in a UI screen
Plays a sound. Refer to https://www.digminecraft.com/lists/sound_list_pe.php for sounds
-**Source:** [game.d.ts:20](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L20)
+**Source:** [game.d.ts:20](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L20)
#### Parameters
@@ -207,7 +207,7 @@ Plays a sound. Refer to https://www.digminecraft.com/lists/sound_list_pe.php for
Releases the mouse cursor.
-**Source:** [game.d.ts:80](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L80)
+**Source:** [game.d.ts:80](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L80)
#### Returns
@@ -219,7 +219,7 @@ Releases the mouse cursor.
Sends a chat message.
-**Source:** [game.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L6)
+**Source:** [game.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L6)
#### Parameters
diff --git a/docs-markdown/module.game/type-aliases/type-alias.InputBinding.md b/docs-markdown/module.game/type-aliases/type-alias.InputBinding.md
index 6dcca85..14417c2 100644
--- a/docs-markdown/module.game/type-aliases/type-alias.InputBinding.md
+++ b/docs-markdown/module.game/type-aliases/type-alias.InputBinding.md
@@ -10,4 +10,4 @@
> **InputBinding**: "attack" \| "pickItem" \| "use" \| "drop" \| "hotbar.1" \| "hotbar.2" \| "hotbar.3" \| "hotbar.4" \| "hotbar.5" \| "hotbar.6" \| "hotbar.7" \| "hotbar.8" \| "hotbar.9" \| "inventory" \| "togglePerspective" \| "jump" \| "sneak" \| "sprint" \| "left" \| "right" \| "back" \| "forward" \| "mobEffects" \| "chat" \| "command" \| "copyCoordinates" \| "copyFacingCoordinates" \| "toggleControlTips" \| "codeBuilder" \| "immersivereader" \| "emote" \| "menuTabLeft" \| "menuTabRight" \| "menuCancel"
-**Source:** [game.d.ts:90](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L90)
+**Source:** [game.d.ts:90](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L90)
diff --git a/docs-markdown/module.game/variables/variable.game-1.md b/docs-markdown/module.game/variables/variable.game-1.md
index f6b9b6f..ea8e837 100644
--- a/docs-markdown/module.game/variables/variable.game-1.md
+++ b/docs-markdown/module.game/variables/variable.game-1.md
@@ -10,4 +10,4 @@
> `const` **game**: [`Game`](../interfaces/interface.Game.md)
-**Source:** [game.d.ts:126](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/game.d.ts#L126)
+**Source:** [game.d.ts:126](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/game.d.ts#L126)
diff --git a/docs-markdown/module.gfx_Texture/classes/class.Texture.md b/docs-markdown/module.gfx_Texture/classes/class.Texture.md
index 2bd51c0..e041832 100644
--- a/docs-markdown/module.gfx_Texture/classes/class.Texture.md
+++ b/docs-markdown/module.gfx_Texture/classes/class.Texture.md
@@ -8,7 +8,7 @@
**`Class`**
-**Source:** [gfx/Texture.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/Texture.d.ts#L1)
+**Source:** [gfx/Texture.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/Texture.d.ts#L1)
## Constructors
@@ -28,7 +28,7 @@
Destroys the texture. It's highly recommended to set the texture to `null` after you call this
-**Source:** [gfx/Texture.d.ts:22](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/Texture.d.ts#L22)
+**Source:** [gfx/Texture.d.ts:22](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/Texture.d.ts#L22)
#### Returns
@@ -40,7 +40,7 @@ Destroys the texture. It's highly recommended to set the texture to `null` after
Reloads the (Minecraft renderer) texture.
-**Source:** [gfx/Texture.d.ts:17](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/Texture.d.ts#L17)
+**Source:** [gfx/Texture.d.ts:17](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/Texture.d.ts#L17)
#### Returns
@@ -52,7 +52,7 @@ Reloads the (Minecraft renderer) texture.
Gets a Minecraft texture. Can only be drawn with the Minecraft renderer
-**Source:** [gfx/Texture.d.ts:12](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/Texture.d.ts#L12)
+**Source:** [gfx/Texture.d.ts:12](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/Texture.d.ts#L12)
#### Parameters
@@ -70,7 +70,7 @@ Gets a Minecraft texture. Can only be drawn with the Minecraft renderer
Loads a texture from file.
-**Source:** [gfx/Texture.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/Texture.d.ts#L6)
+**Source:** [gfx/Texture.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/Texture.d.ts#L6)
#### Parameters
diff --git a/docs-markdown/module.gfx_graphics/classes/class.Color.md b/docs-markdown/module.gfx_graphics/classes/class.Color.md
index bd0f039..891ab6e 100644
--- a/docs-markdown/module.gfx_graphics/classes/class.Color.md
+++ b/docs-markdown/module.gfx_graphics/classes/class.Color.md
@@ -8,7 +8,7 @@
**`Class`**
-**Source:** [gfx/graphics.d.ts:59](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L59)
+**Source:** [gfx/graphics.d.ts:59](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L59)
## Constructors
@@ -20,7 +20,7 @@
> b: `number`,
> a: `number`): [`Color`](class.Color.md)
-**Source:** [gfx/graphics.d.ts:74](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L74)
+**Source:** [gfx/graphics.d.ts:74](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L74)
#### Parameters
@@ -37,7 +37,7 @@
> **new Color**(): [`Color`](class.Color.md)
-**Source:** [gfx/graphics.d.ts:76](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L76)
+**Source:** [gfx/graphics.d.ts:76](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L76)
#### Returns
@@ -49,19 +49,19 @@
> **a**: `number`
-**Source:** [gfx/graphics.d.ts:65](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L65)
+**Source:** [gfx/graphics.d.ts:65](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L65)
### asAlpha
> **asAlpha**: `Function`
-**Source:** [gfx/graphics.d.ts:60](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L60)
+**Source:** [gfx/graphics.d.ts:60](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L60)
#### Type declaration (asAlpha)
> > (opacity: `number`): [`Color`](class.Color.md)
>
-> **Source:** [gfx/graphics.d.ts:60](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L60)
+> **Source:** [gfx/graphics.d.ts:60](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L60)
>
> ##### Parameters
>
@@ -77,49 +77,49 @@
> **b**: `number`
-**Source:** [gfx/graphics.d.ts:64](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L64)
+**Source:** [gfx/graphics.d.ts:64](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L64)
### g
> **g**: `number`
-**Source:** [gfx/graphics.d.ts:63](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L63)
+**Source:** [gfx/graphics.d.ts:63](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L63)
### r
> **r**: `number`
-**Source:** [gfx/graphics.d.ts:62](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L62)
+**Source:** [gfx/graphics.d.ts:62](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L62)
### BLACK
> `static` **BLACK**: [`Color`](class.Color.md)
-**Source:** [gfx/graphics.d.ts:88](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L88)
+**Source:** [gfx/graphics.d.ts:88](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L88)
### BLUE
> `static` **BLUE**: [`Color`](class.Color.md)
-**Source:** [gfx/graphics.d.ts:91](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L91)
+**Source:** [gfx/graphics.d.ts:91](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L91)
### GREEN
> `static` **GREEN**: [`Color`](class.Color.md)
-**Source:** [gfx/graphics.d.ts:90](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L90)
+**Source:** [gfx/graphics.d.ts:90](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L90)
### RED
> `static` **RED**: [`Color`](class.Color.md)
-**Source:** [gfx/graphics.d.ts:89](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L89)
+**Source:** [gfx/graphics.d.ts:89](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L89)
### WHITE
> `static` **WHITE**: [`Color`](class.Color.md)
-**Source:** [gfx/graphics.d.ts:87](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L87)
+**Source:** [gfx/graphics.d.ts:87](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L87)
## Methods
@@ -131,7 +131,7 @@
> b: `number`,
> a: `undefined` \| `number`): [`Color`](class.Color.md)
-**Source:** [gfx/graphics.d.ts:85](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L85)
+**Source:** [gfx/graphics.d.ts:85](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L85)
#### Parameters
diff --git a/docs-markdown/module.gfx_graphics/classes/class.Rect.md b/docs-markdown/module.gfx_graphics/classes/class.Rect.md
index 3d1bebc..dd8fa7f 100644
--- a/docs-markdown/module.gfx_graphics/classes/class.Rect.md
+++ b/docs-markdown/module.gfx_graphics/classes/class.Rect.md
@@ -26,7 +26,7 @@ right The x coordinate of the bottom-right point.
bottom The y coordinate of the bottom-right point.
-**Source:** [gfx/graphics.d.ts:8](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L8)
+**Source:** [gfx/graphics.d.ts:8](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L8)
## Constructors
@@ -38,7 +38,7 @@ bottom The y coordinate of the bottom-right point.
> right: `number`,
> bottom: `number`): [`Rect`](class.Rect.md)
-**Source:** [gfx/graphics.d.ts:16](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L16)
+**Source:** [gfx/graphics.d.ts:16](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L16)
#### Parameters
@@ -59,25 +59,25 @@ bottom The y coordinate of the bottom-right point.
> **bottom**: `number`
-**Source:** [gfx/graphics.d.ts:21](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L21)
+**Source:** [gfx/graphics.d.ts:21](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L21)
### left
> **left**: `number`
-**Source:** [gfx/graphics.d.ts:18](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L18)
+**Source:** [gfx/graphics.d.ts:18](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L18)
### right
> **right**: `number`
-**Source:** [gfx/graphics.d.ts:20](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L20)
+**Source:** [gfx/graphics.d.ts:20](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L20)
### top
> **top**: `number`
-**Source:** [gfx/graphics.d.ts:19](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L19)
+**Source:** [gfx/graphics.d.ts:19](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L19)
## Methods
@@ -85,7 +85,7 @@ bottom The y coordinate of the bottom-right point.
> **getHeight**(): `number`
-**Source:** [gfx/graphics.d.ts:24](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L24)
+**Source:** [gfx/graphics.d.ts:24](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L24)
#### Returns
@@ -95,7 +95,7 @@ bottom The y coordinate of the bottom-right point.
> **getWidth**(): `number`
-**Source:** [gfx/graphics.d.ts:23](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L23)
+**Source:** [gfx/graphics.d.ts:23](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L23)
#### Returns
diff --git a/docs-markdown/module.gfx_graphics/classes/class.Vector2.md b/docs-markdown/module.gfx_graphics/classes/class.Vector2.md
index 6419919..a0ce605 100644
--- a/docs-markdown/module.gfx_graphics/classes/class.Vector2.md
+++ b/docs-markdown/module.gfx_graphics/classes/class.Vector2.md
@@ -8,7 +8,7 @@
**`Class`**
-**Source:** [gfx/graphics.d.ts:27](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L27)
+**Source:** [gfx/graphics.d.ts:27](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L27)
## Constructors
@@ -18,7 +18,7 @@
A point on the screen.
-**Source:** [gfx/graphics.d.ts:38](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L38)
+**Source:** [gfx/graphics.d.ts:38](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L38)
#### Parameters
@@ -33,7 +33,7 @@ A point on the screen.
> **new Vector2**(): [`Vector2`](class.Vector2.md)
-**Source:** [gfx/graphics.d.ts:39](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L39)
+**Source:** [gfx/graphics.d.ts:39](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L39)
#### Returns
@@ -45,13 +45,13 @@ A point on the screen.
> **add**: `Function`
-**Source:** [gfx/graphics.d.ts:28](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L28)
+**Source:** [gfx/graphics.d.ts:28](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L28)
#### Type declaration (add)
> > (vec: [`Vector2`](class.Vector2.md)): [`Vector2`](class.Vector2.md)
>
-> **Source:** [gfx/graphics.d.ts:28](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L28)
+> **Source:** [gfx/graphics.d.ts:28](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L28)
>
> ##### Parameters
>
@@ -67,13 +67,13 @@ A point on the screen.
> **distanceTo**: `Function`
-**Source:** [gfx/graphics.d.ts:32](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L32)
+**Source:** [gfx/graphics.d.ts:32](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L32)
#### Type declaration (distanceTo)
> > (pos: [`Vector2`](class.Vector2.md)): `number`
>
-> **Source:** [gfx/graphics.d.ts:32](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L32)
+> **Source:** [gfx/graphics.d.ts:32](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L32)
>
> ##### Parameters
>
@@ -89,13 +89,13 @@ A point on the screen.
> **div**: `Function`
-**Source:** [gfx/graphics.d.ts:31](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L31)
+**Source:** [gfx/graphics.d.ts:31](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L31)
#### Type declaration (div)
> > (vec: [`Vector2`](class.Vector2.md)): [`Vector2`](class.Vector2.md)
>
-> **Source:** [gfx/graphics.d.ts:31](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L31)
+> **Source:** [gfx/graphics.d.ts:31](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L31)
>
> ##### Parameters
>
@@ -111,13 +111,13 @@ A point on the screen.
> **mul**: `Function`
-**Source:** [gfx/graphics.d.ts:30](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L30)
+**Source:** [gfx/graphics.d.ts:30](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L30)
#### Type declaration (mul)
> > (vec: [`Vector2`](class.Vector2.md)): [`Vector2`](class.Vector2.md)
>
-> **Source:** [gfx/graphics.d.ts:30](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L30)
+> **Source:** [gfx/graphics.d.ts:30](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L30)
>
> ##### Parameters
>
@@ -133,13 +133,13 @@ A point on the screen.
> **sub**: `Function`
-**Source:** [gfx/graphics.d.ts:29](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L29)
+**Source:** [gfx/graphics.d.ts:29](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L29)
#### Type declaration (sub)
> > (vec: [`Vector2`](class.Vector2.md)): [`Vector2`](class.Vector2.md)
>
-> **Source:** [gfx/graphics.d.ts:29](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L29)
+> **Source:** [gfx/graphics.d.ts:29](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L29)
>
> ##### Parameters
>
@@ -155,10 +155,10 @@ A point on the screen.
> **x**: `number`
-**Source:** [gfx/graphics.d.ts:41](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L41)
+**Source:** [gfx/graphics.d.ts:41](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L41)
### y
> **y**: `number`
-**Source:** [gfx/graphics.d.ts:42](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L42)
+**Source:** [gfx/graphics.d.ts:42](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L42)
diff --git a/docs-markdown/module.gfx_graphics/classes/class.Vector3.md b/docs-markdown/module.gfx_graphics/classes/class.Vector3.md
index 7db4f1c..9233593 100644
--- a/docs-markdown/module.gfx_graphics/classes/class.Vector3.md
+++ b/docs-markdown/module.gfx_graphics/classes/class.Vector3.md
@@ -8,7 +8,7 @@
**`Class`**
-**Source:** [gfx/graphics.d.ts:45](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L45)
+**Source:** [gfx/graphics.d.ts:45](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L45)
## Constructors
@@ -19,7 +19,7 @@
> y: `number`,
> z: `number`): [`Vector3`](class.Vector3.md)
-**Source:** [gfx/graphics.d.ts:52](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L52)
+**Source:** [gfx/graphics.d.ts:52](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L52)
#### Parameters
@@ -35,7 +35,7 @@
> **new Vector3**(): [`Vector3`](class.Vector3.md)
-**Source:** [gfx/graphics.d.ts:53](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L53)
+**Source:** [gfx/graphics.d.ts:53](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L53)
#### Returns
@@ -47,13 +47,13 @@
> **add**: `Function`
-**Source:** [gfx/graphics.d.ts:46](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L46)
+**Source:** [gfx/graphics.d.ts:46](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L46)
#### Type declaration (add)
> > (vec: [`Vector3`](class.Vector3.md)): [`Vector3`](class.Vector3.md)
>
-> **Source:** [gfx/graphics.d.ts:46](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L46)
+> **Source:** [gfx/graphics.d.ts:46](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L46)
>
> ##### Parameters
>
@@ -69,13 +69,13 @@
> **distanceTo**: `Function`
-**Source:** [gfx/graphics.d.ts:50](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L50)
+**Source:** [gfx/graphics.d.ts:50](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L50)
#### Type declaration (distanceTo)
> > (pos: [`Vector3`](class.Vector3.md)): `number`
>
-> **Source:** [gfx/graphics.d.ts:50](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L50)
+> **Source:** [gfx/graphics.d.ts:50](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L50)
>
> ##### Parameters
>
@@ -91,13 +91,13 @@
> **div**: `Function`
-**Source:** [gfx/graphics.d.ts:49](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L49)
+**Source:** [gfx/graphics.d.ts:49](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L49)
#### Type declaration (div)
> > (vec: [`Vector3`](class.Vector3.md)): [`Vector3`](class.Vector3.md)
>
-> **Source:** [gfx/graphics.d.ts:49](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L49)
+> **Source:** [gfx/graphics.d.ts:49](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L49)
>
> ##### Parameters
>
@@ -113,13 +113,13 @@
> **mul**: `Function`
-**Source:** [gfx/graphics.d.ts:48](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L48)
+**Source:** [gfx/graphics.d.ts:48](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L48)
#### Type declaration (mul)
> > (vec: [`Vector3`](class.Vector3.md)): [`Vector3`](class.Vector3.md)
>
-> **Source:** [gfx/graphics.d.ts:48](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L48)
+> **Source:** [gfx/graphics.d.ts:48](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L48)
>
> ##### Parameters
>
@@ -135,13 +135,13 @@
> **sub**: `Function`
-**Source:** [gfx/graphics.d.ts:47](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L47)
+**Source:** [gfx/graphics.d.ts:47](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L47)
#### Type declaration (sub)
> > (vec: [`Vector3`](class.Vector3.md)): [`Vector3`](class.Vector3.md)
>
-> **Source:** [gfx/graphics.d.ts:47](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L47)
+> **Source:** [gfx/graphics.d.ts:47](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L47)
>
> ##### Parameters
>
@@ -157,16 +157,16 @@
> **x**: `number`
-**Source:** [gfx/graphics.d.ts:54](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L54)
+**Source:** [gfx/graphics.d.ts:54](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L54)
### y
> **y**: `number`
-**Source:** [gfx/graphics.d.ts:55](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L55)
+**Source:** [gfx/graphics.d.ts:55](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L55)
### z
> **z**: `number`
-**Source:** [gfx/graphics.d.ts:56](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L56)
+**Source:** [gfx/graphics.d.ts:56](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L56)
diff --git a/docs-markdown/module.gfx_graphics/enumerations/enumeration.TextAlignment.md b/docs-markdown/module.gfx_graphics/enumerations/enumeration.TextAlignment.md
index d396adb..65ecccb 100644
--- a/docs-markdown/module.gfx_graphics/enumerations/enumeration.TextAlignment.md
+++ b/docs-markdown/module.gfx_graphics/enumerations/enumeration.TextAlignment.md
@@ -8,7 +8,7 @@
**`Enumeration`**
-**Source:** [gfx/graphics.d.ts:94](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L94)
+**Source:** [gfx/graphics.d.ts:94](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L94)
## Enumeration Members
@@ -16,16 +16,16 @@
> **Center**: 2
-**Source:** [gfx/graphics.d.ts:97](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L97)
+**Source:** [gfx/graphics.d.ts:97](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L97)
### Left
> **Left**: 0
-**Source:** [gfx/graphics.d.ts:95](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L95)
+**Source:** [gfx/graphics.d.ts:95](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L95)
### Right
> **Right**: 1
-**Source:** [gfx/graphics.d.ts:96](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L96)
+**Source:** [gfx/graphics.d.ts:96](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L96)
diff --git a/docs-markdown/module.gfx_graphics/enumerations/enumeration.VerticalAlignment.md b/docs-markdown/module.gfx_graphics/enumerations/enumeration.VerticalAlignment.md
index 60289e0..d19666d 100644
--- a/docs-markdown/module.gfx_graphics/enumerations/enumeration.VerticalAlignment.md
+++ b/docs-markdown/module.gfx_graphics/enumerations/enumeration.VerticalAlignment.md
@@ -8,7 +8,7 @@
**`Enumeration`**
-**Source:** [gfx/graphics.d.ts:100](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L100)
+**Source:** [gfx/graphics.d.ts:100](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L100)
## Enumeration Members
@@ -16,16 +16,16 @@
> **Bottom**: 1
-**Source:** [gfx/graphics.d.ts:102](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L102)
+**Source:** [gfx/graphics.d.ts:102](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L102)
### Center
> **Center**: 2
-**Source:** [gfx/graphics.d.ts:103](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L103)
+**Source:** [gfx/graphics.d.ts:103](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L103)
### Top
> **Top**: 0
-**Source:** [gfx/graphics.d.ts:101](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L101)
+**Source:** [gfx/graphics.d.ts:101](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L101)
diff --git a/docs-markdown/module.gfx_graphics/interfaces/interface.Graphics.md b/docs-markdown/module.gfx_graphics/interfaces/interface.Graphics.md
index 878f694..c0d7943 100644
--- a/docs-markdown/module.gfx_graphics/interfaces/interface.Graphics.md
+++ b/docs-markdown/module.gfx_graphics/interfaces/interface.Graphics.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [gfx/graphics.d.ts:112](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L112)
+**Source:** [gfx/graphics.d.ts:112](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L112)
## Methods
@@ -22,7 +22,7 @@
Draw an item instance.
-**Source:** [gfx/graphics.d.ts:163](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L163)
+**Source:** [gfx/graphics.d.ts:163](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L163)
#### Parameters
@@ -45,7 +45,7 @@ Draw an item instance.
> thickness: `number`,
> radius?: `number`): `void`
-**Source:** [gfx/graphics.d.ts:118](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L118)
+**Source:** [gfx/graphics.d.ts:118](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L118)
#### Parameters
@@ -70,7 +70,7 @@ Draw an item instance.
Draws text on the position specified
-**Source:** [gfx/graphics.d.ts:133](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L133)
+**Source:** [gfx/graphics.d.ts:133](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L133)
#### Parameters
@@ -97,7 +97,7 @@ Draws text on the position specified
A full verison of drawText, where you can specify the bounds of the text and the alignment
-**Source:** [gfx/graphics.d.ts:144](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L144)
+**Source:** [gfx/graphics.d.ts:144](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L144)
#### Parameters
@@ -125,7 +125,7 @@ A full verison of drawText, where you can specify the bounds of the text and the
Draws a texture.
-**Source:** [gfx/graphics.d.ts:154](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L154)
+**Source:** [gfx/graphics.d.ts:154](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L154)
#### Parameters
@@ -148,7 +148,7 @@ Draws a texture.
> color: [`Color`](../classes/class.Color.md),
> radius?: `number`): `void`
-**Source:** [gfx/graphics.d.ts:119](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L119)
+**Source:** [gfx/graphics.d.ts:119](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L119)
#### Parameters
@@ -166,7 +166,7 @@ Draws a texture.
> **getTextSize**(text: `string`, textSize: `number`): [`Vector2`](../classes/class.Vector2.md)
-**Source:** [gfx/graphics.d.ts:121](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L121)
+**Source:** [gfx/graphics.d.ts:121](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L121)
#### Parameters
@@ -183,7 +183,7 @@ Draws a texture.
> **restoreClippingRect**(): `void`
-**Source:** [gfx/graphics.d.ts:124](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L124)
+**Source:** [gfx/graphics.d.ts:124](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L124)
#### Returns
@@ -193,7 +193,7 @@ Draws a texture.
> **setClippingRect**(rect: [`Rect`](../classes/class.Rect.md)): `void`
-**Source:** [gfx/graphics.d.ts:123](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L123)
+**Source:** [gfx/graphics.d.ts:123](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L123)
#### Parameters
@@ -209,7 +209,7 @@ Draws a texture.
> **use**(renderer: "dx" \| "minecraft"): `void`
-**Source:** [gfx/graphics.d.ts:117](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L117)
+**Source:** [gfx/graphics.d.ts:117](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L117)
#### Parameters
diff --git a/docs-markdown/module.gfx_graphics/type-aliases/type-alias.BackendType.md b/docs-markdown/module.gfx_graphics/type-aliases/type-alias.BackendType.md
index 4f7f129..bbe37da 100644
--- a/docs-markdown/module.gfx_graphics/type-aliases/type-alias.BackendType.md
+++ b/docs-markdown/module.gfx_graphics/type-aliases/type-alias.BackendType.md
@@ -10,4 +10,4 @@
> **BackendType**: "dx"
-**Source:** [gfx/graphics.d.ts:106](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L106)
+**Source:** [gfx/graphics.d.ts:106](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L106)
diff --git a/docs-markdown/module.gfx_graphics/variables/variable.graphics-1.md b/docs-markdown/module.gfx_graphics/variables/variable.graphics-1.md
index 706bc55..7fd4003 100644
--- a/docs-markdown/module.gfx_graphics/variables/variable.graphics-1.md
+++ b/docs-markdown/module.gfx_graphics/variables/variable.graphics-1.md
@@ -10,4 +10,4 @@
> `const` **graphics**: [`Graphics`](../interfaces/interface.Graphics.md)
-**Source:** [gfx/graphics.d.ts:166](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics.d.ts#L166)
+**Source:** [gfx/graphics.d.ts:166](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics.d.ts#L166)
diff --git a/docs-markdown/module.gfx_graphics3/interfaces/interface.Graphics3D.md b/docs-markdown/module.gfx_graphics3/interfaces/interface.Graphics3D.md
index 5a84b93..78eb6b0 100644
--- a/docs-markdown/module.gfx_graphics3/interfaces/interface.Graphics3D.md
+++ b/docs-markdown/module.gfx_graphics3/interfaces/interface.Graphics3D.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [gfx/graphics3.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics3.d.ts#L1)
+**Source:** [gfx/graphics3.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics3.d.ts#L1)
## Methods
@@ -18,7 +18,7 @@
Draws a line into the world (adds a line into the vertex buffer)
-**Source:** [gfx/graphics3.d.ts:20](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics3.d.ts#L20)
+**Source:** [gfx/graphics3.d.ts:20](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics3.d.ts#L20)
#### Parameters
@@ -41,7 +41,7 @@ Draws a line into the world (adds a line into the vertex buffer)
Draws a quad into the world (adds a quad into the vertex buffer)
-**Source:** [gfx/graphics3.d.ts:37](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics3.d.ts#L37)
+**Source:** [gfx/graphics3.d.ts:37](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics3.d.ts#L37)
#### Parameters
@@ -65,7 +65,7 @@ Draws a quad into the world (adds a quad into the vertex buffer)
Draws a triangle into the world (adds a triangle into the vertex buffer)
-**Source:** [gfx/graphics3.d.ts:28](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics3.d.ts#L28)
+**Source:** [gfx/graphics3.d.ts:28](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics3.d.ts#L28)
#### Parameters
@@ -85,7 +85,7 @@ Draws a triangle into the world (adds a triangle into the vertex buffer)
Call this every time you're done rendering. (batched renders the current vertex buffer into the world)
-**Source:** [gfx/graphics3.d.ts:43](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics3.d.ts#L43)
+**Source:** [gfx/graphics3.d.ts:43](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics3.d.ts#L43)
#### Parameters
@@ -103,7 +103,7 @@ Call this every time you're done rendering. (batched renders the current vertex
Sets the color.
-**Source:** [gfx/graphics3.d.ts:7](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics3.d.ts#L7)
+**Source:** [gfx/graphics3.d.ts:7](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics3.d.ts#L7)
#### Parameters
@@ -125,7 +125,7 @@ Sets the color.
Sets the colors. (allows for gradients)
-**Source:** [gfx/graphics3.d.ts:13](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics3.d.ts#L13)
+**Source:** [gfx/graphics3.d.ts:13](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics3.d.ts#L13)
#### Parameters
diff --git a/docs-markdown/module.gfx_graphics3/variables/variable.graphics3D-1.md b/docs-markdown/module.gfx_graphics3/variables/variable.graphics3D-1.md
index f875186..e0e8432 100644
--- a/docs-markdown/module.gfx_graphics3/variables/variable.graphics3D-1.md
+++ b/docs-markdown/module.gfx_graphics3/variables/variable.graphics3D-1.md
@@ -10,4 +10,4 @@
> `const` **graphics3D**: [`Graphics3D`](../interfaces/interface.Graphics3D.md)
-**Source:** [gfx/graphics3.d.ts:46](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/gfx/graphics3.d.ts#L46)
+**Source:** [gfx/graphics3.d.ts:46](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/gfx/graphics3.d.ts#L46)
diff --git a/docs-markdown/module.key/enumerations/enumeration.KeyCode.md b/docs-markdown/module.key/enumerations/enumeration.KeyCode.md
index bd5325a..9467b77 100644
--- a/docs-markdown/module.key/enumerations/enumeration.KeyCode.md
+++ b/docs-markdown/module.key/enumerations/enumeration.KeyCode.md
@@ -8,7 +8,7 @@
**`Enumeration`**
-**Source:** [key.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L1)
+**Source:** [key.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L1)
## Enumeration Members
@@ -16,916 +16,916 @@
> **A**: 65
-**Source:** [key.d.ts:47](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L47)
+**Source:** [key.d.ts:47](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L47)
### Accept
> **Accept**: 30
-**Source:** [key.d.ts:19](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L19)
+**Source:** [key.d.ts:19](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L19)
### Add
> **Add**: 107
-**Source:** [key.d.ts:88](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L88)
+**Source:** [key.d.ts:88](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L88)
### App1
> **App1**: 182
-**Source:** [key.d.ts:146](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L146)
+**Source:** [key.d.ts:146](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L146)
### App2
> **App2**: 183
-**Source:** [key.d.ts:147](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L147)
+**Source:** [key.d.ts:147](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L147)
### Apps
> **Apps**: 93
-**Source:** [key.d.ts:75](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L75)
+**Source:** [key.d.ts:75](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L75)
### B
> **B**: 66
-**Source:** [key.d.ts:48](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L48)
+**Source:** [key.d.ts:48](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L48)
### Back
> **Back**: 8
-**Source:** [key.d.ts:3](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L3)
+**Source:** [key.d.ts:3](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L3)
### Browser_Back
> **Browser_Back**: 166
-**Source:** [key.d.ts:130](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L130)
+**Source:** [key.d.ts:130](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L130)
### Browser_Favourites
> **Browser_Favourites**: 171
-**Source:** [key.d.ts:135](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L135)
+**Source:** [key.d.ts:135](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L135)
### Browser_Forward
> **Browser_Forward**: 167
-**Source:** [key.d.ts:131](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L131)
+**Source:** [key.d.ts:131](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L131)
### Browser_Home
> **Browser_Home**: 172
-**Source:** [key.d.ts:136](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L136)
+**Source:** [key.d.ts:136](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L136)
### Browser_Refresh
> **Browser_Refresh**: 168
-**Source:** [key.d.ts:132](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L132)
+**Source:** [key.d.ts:132](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L132)
### Browser_Search
> **Browser_Search**: 170
-**Source:** [key.d.ts:134](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L134)
+**Source:** [key.d.ts:134](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L134)
### Browser_Stop
> **Browser_Stop**: 169
-**Source:** [key.d.ts:133](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L133)
+**Source:** [key.d.ts:133](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L133)
### C
> **C**: 67
-**Source:** [key.d.ts:49](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L49)
+**Source:** [key.d.ts:49](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L49)
### Capital
> **Capital**: 20
-**Source:** [key.d.ts:11](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L11)
+**Source:** [key.d.ts:11](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L11)
### Clear
> **Clear**: 12
-**Source:** [key.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L5)
+**Source:** [key.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L5)
### Comma
> **Comma**: 188
-**Source:** [key.d.ts:150](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L150)
+**Source:** [key.d.ts:150](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L150)
### Convert
> **Convert**: 28
-**Source:** [key.d.ts:17](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L17)
+**Source:** [key.d.ts:17](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L17)
### Ctrl
> **Ctrl**: 17
-**Source:** [key.d.ts:8](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L8)
+**Source:** [key.d.ts:8](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L8)
### D
> **D**: 68
-**Source:** [key.d.ts:50](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L50)
+**Source:** [key.d.ts:50](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L50)
### Decimal
> **Decimal**: 110
-**Source:** [key.d.ts:91](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L91)
+**Source:** [key.d.ts:91](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L91)
### Delete
> **Delete**: 46
-**Source:** [key.d.ts:35](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L35)
+**Source:** [key.d.ts:35](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L35)
### Divide
> **Divide**: 111
-**Source:** [key.d.ts:92](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L92)
+**Source:** [key.d.ts:92](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L92)
### Dot
> **Dot**: 190
-**Source:** [key.d.ts:152](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L152)
+**Source:** [key.d.ts:152](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L152)
### Down
> **Down**: 40
-**Source:** [key.d.ts:29](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L29)
+**Source:** [key.d.ts:29](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L29)
### E
> **E**: 69
-**Source:** [key.d.ts:51](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L51)
+**Source:** [key.d.ts:51](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L51)
### End
> **End**: 35
-**Source:** [key.d.ts:24](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L24)
+**Source:** [key.d.ts:24](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L24)
### Escape
> **Escape**: 27
-**Source:** [key.d.ts:16](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L16)
+**Source:** [key.d.ts:16](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L16)
### Execute
> **Execute**: 43
-**Source:** [key.d.ts:32](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L32)
+**Source:** [key.d.ts:32](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L32)
### F
> **F**: 70
-**Source:** [key.d.ts:52](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L52)
+**Source:** [key.d.ts:52](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L52)
### F1
> **F1**: 112
-**Source:** [key.d.ts:93](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L93)
+**Source:** [key.d.ts:93](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L93)
### F10
> **F10**: 121
-**Source:** [key.d.ts:102](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L102)
+**Source:** [key.d.ts:102](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L102)
### F11
> **F11**: 122
-**Source:** [key.d.ts:103](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L103)
+**Source:** [key.d.ts:103](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L103)
### F12
> **F12**: 123
-**Source:** [key.d.ts:104](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L104)
+**Source:** [key.d.ts:104](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L104)
### F13
> **F13**: 124
-**Source:** [key.d.ts:105](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L105)
+**Source:** [key.d.ts:105](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L105)
### F14
> **F14**: 125
-**Source:** [key.d.ts:106](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L106)
+**Source:** [key.d.ts:106](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L106)
### F15
> **F15**: 126
-**Source:** [key.d.ts:107](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L107)
+**Source:** [key.d.ts:107](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L107)
### F16
> **F16**: 127
-**Source:** [key.d.ts:108](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L108)
+**Source:** [key.d.ts:108](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L108)
### F17
> **F17**: 128
-**Source:** [key.d.ts:109](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L109)
+**Source:** [key.d.ts:109](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L109)
### F18
> **F18**: 129
-**Source:** [key.d.ts:110](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L110)
+**Source:** [key.d.ts:110](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L110)
### F19
> **F19**: 130
-**Source:** [key.d.ts:111](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L111)
+**Source:** [key.d.ts:111](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L111)
### F2
> **F2**: 113
-**Source:** [key.d.ts:94](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L94)
+**Source:** [key.d.ts:94](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L94)
### F20
> **F20**: 131
-**Source:** [key.d.ts:112](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L112)
+**Source:** [key.d.ts:112](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L112)
### F21
> **F21**: 132
-**Source:** [key.d.ts:113](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L113)
+**Source:** [key.d.ts:113](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L113)
### F22
> **F22**: 133
-**Source:** [key.d.ts:114](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L114)
+**Source:** [key.d.ts:114](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L114)
### F23
> **F23**: 134
-**Source:** [key.d.ts:115](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L115)
+**Source:** [key.d.ts:115](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L115)
### F24
> **F24**: 135
-**Source:** [key.d.ts:116](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L116)
+**Source:** [key.d.ts:116](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L116)
### F3
> **F3**: 114
-**Source:** [key.d.ts:95](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L95)
+**Source:** [key.d.ts:95](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L95)
### F4
> **F4**: 115
-**Source:** [key.d.ts:96](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L96)
+**Source:** [key.d.ts:96](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L96)
### F5
> **F5**: 116
-**Source:** [key.d.ts:97](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L97)
+**Source:** [key.d.ts:97](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L97)
### F6
> **F6**: 117
-**Source:** [key.d.ts:98](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L98)
+**Source:** [key.d.ts:98](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L98)
### F7
> **F7**: 118
-**Source:** [key.d.ts:99](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L99)
+**Source:** [key.d.ts:99](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L99)
### F8
> **F8**: 119
-**Source:** [key.d.ts:100](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L100)
+**Source:** [key.d.ts:100](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L100)
### F9
> **F9**: 120
-**Source:** [key.d.ts:101](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L101)
+**Source:** [key.d.ts:101](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L101)
### Final
> **Final**: 24
-**Source:** [key.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L14)
+**Source:** [key.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L14)
### G
> **G**: 71
-**Source:** [key.d.ts:53](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L53)
+**Source:** [key.d.ts:53](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L53)
### H
> **H**: 72
-**Source:** [key.d.ts:54](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L54)
+**Source:** [key.d.ts:54](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L54)
### Help
> **Help**: 47
-**Source:** [key.d.ts:36](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L36)
+**Source:** [key.d.ts:36](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L36)
### Home
> **Home**: 36
-**Source:** [key.d.ts:25](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L25)
+**Source:** [key.d.ts:25](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L25)
### I
> **I**: 73
-**Source:** [key.d.ts:55](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L55)
+**Source:** [key.d.ts:55](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L55)
### Insert
> **Insert**: 45
-**Source:** [key.d.ts:34](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L34)
+**Source:** [key.d.ts:34](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L34)
### J
> **J**: 74
-**Source:** [key.d.ts:56](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L56)
+**Source:** [key.d.ts:56](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L56)
### Junja
> **Junja**: 23
-**Source:** [key.d.ts:13](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L13)
+**Source:** [key.d.ts:13](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L13)
### K
> **K**: 75
-**Source:** [key.d.ts:57](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L57)
+**Source:** [key.d.ts:57](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L57)
### Kana
> **Kana**: 21
-**Source:** [key.d.ts:12](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L12)
+**Source:** [key.d.ts:12](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L12)
### Kanji
> **Kanji**: 25
-**Source:** [key.d.ts:15](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L15)
+**Source:** [key.d.ts:15](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L15)
### L
> **L**: 76
-**Source:** [key.d.ts:58](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L58)
+**Source:** [key.d.ts:58](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L58)
### LControl
> **LControl**: 162
-**Source:** [key.d.ts:126](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L126)
+**Source:** [key.d.ts:126](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L126)
### LMenu
> **LMenu**: 164
-**Source:** [key.d.ts:128](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L128)
+**Source:** [key.d.ts:128](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L128)
### LWIN
> **LWIN**: 91
-**Source:** [key.d.ts:73](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L73)
+**Source:** [key.d.ts:73](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L73)
### Left
> **Left**: 37
-**Source:** [key.d.ts:26](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L26)
+**Source:** [key.d.ts:26](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L26)
### LeftShift
> **LeftShift**: 160
-**Source:** [key.d.ts:124](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L124)
+**Source:** [key.d.ts:124](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L124)
### M
> **M**: 77
-**Source:** [key.d.ts:59](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L59)
+**Source:** [key.d.ts:59](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L59)
### Mail
> **Mail**: 180
-**Source:** [key.d.ts:144](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L144)
+**Source:** [key.d.ts:144](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L144)
### Media
> **Media**: 181
-**Source:** [key.d.ts:145](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L145)
+**Source:** [key.d.ts:145](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L145)
### Media_Next
> **Media_Next**: 176
-**Source:** [key.d.ts:140](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L140)
+**Source:** [key.d.ts:140](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L140)
### Media_Pause
> **Media_Pause**: 179
-**Source:** [key.d.ts:143](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L143)
+**Source:** [key.d.ts:143](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L143)
### Media_Prev
> **Media_Prev**: 177
-**Source:** [key.d.ts:141](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L141)
+**Source:** [key.d.ts:141](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L141)
### Media_Stop
> **Media_Stop**: 178
-**Source:** [key.d.ts:142](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L142)
+**Source:** [key.d.ts:142](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L142)
### Menu
> **Menu**: 18
-**Source:** [key.d.ts:9](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L9)
+**Source:** [key.d.ts:9](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L9)
### Minus
> **Minus**: 189
-**Source:** [key.d.ts:151](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L151)
+**Source:** [key.d.ts:151](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L151)
### ModeChange
> **ModeChange**: 31
-**Source:** [key.d.ts:20](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L20)
+**Source:** [key.d.ts:20](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L20)
### Multiply
> **Multiply**: 106
-**Source:** [key.d.ts:87](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L87)
+**Source:** [key.d.ts:87](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L87)
### N
> **N**: 78
-**Source:** [key.d.ts:60](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L60)
+**Source:** [key.d.ts:60](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L60)
### NUMLOCK
> **NUMLOCK**: 144
-**Source:** [key.d.ts:117](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L117)
+**Source:** [key.d.ts:117](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L117)
### Next
> **Next**: 34
-**Source:** [key.d.ts:23](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L23)
+**Source:** [key.d.ts:23](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L23)
### NonConvert
> **NonConvert**: 29
-**Source:** [key.d.ts:18](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L18)
+**Source:** [key.d.ts:18](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L18)
### None
> **None**: 0
-**Source:** [key.d.ts:2](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L2)
+**Source:** [key.d.ts:2](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L2)
### Number0
> **Number0**: 48
-**Source:** [key.d.ts:37](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L37)
+**Source:** [key.d.ts:37](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L37)
### Number1
> **Number1**: 49
-**Source:** [key.d.ts:38](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L38)
+**Source:** [key.d.ts:38](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L38)
### Number2
> **Number2**: 50
-**Source:** [key.d.ts:39](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L39)
+**Source:** [key.d.ts:39](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L39)
### Number3
> **Number3**: 51
-**Source:** [key.d.ts:40](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L40)
+**Source:** [key.d.ts:40](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L40)
### Number4
> **Number4**: 52
-**Source:** [key.d.ts:41](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L41)
+**Source:** [key.d.ts:41](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L41)
### Number5
> **Number5**: 53
-**Source:** [key.d.ts:42](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L42)
+**Source:** [key.d.ts:42](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L42)
### Number6
> **Number6**: 54
-**Source:** [key.d.ts:43](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L43)
+**Source:** [key.d.ts:43](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L43)
### Number7
> **Number7**: 55
-**Source:** [key.d.ts:44](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L44)
+**Source:** [key.d.ts:44](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L44)
### Number8
> **Number8**: 56
-**Source:** [key.d.ts:45](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L45)
+**Source:** [key.d.ts:45](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L45)
### Number9
> **Number9**: 57
-**Source:** [key.d.ts:46](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L46)
+**Source:** [key.d.ts:46](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L46)
### Numpad0
> **Numpad0**: 96
-**Source:** [key.d.ts:77](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L77)
+**Source:** [key.d.ts:77](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L77)
### Numpad1
> **Numpad1**: 97
-**Source:** [key.d.ts:78](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L78)
+**Source:** [key.d.ts:78](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L78)
### Numpad2
> **Numpad2**: 98
-**Source:** [key.d.ts:79](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L79)
+**Source:** [key.d.ts:79](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L79)
### Numpad3
> **Numpad3**: 99
-**Source:** [key.d.ts:80](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L80)
+**Source:** [key.d.ts:80](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L80)
### Numpad4
> **Numpad4**: 100
-**Source:** [key.d.ts:81](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L81)
+**Source:** [key.d.ts:81](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L81)
### Numpad5
> **Numpad5**: 101
-**Source:** [key.d.ts:82](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L82)
+**Source:** [key.d.ts:82](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L82)
### Numpad6
> **Numpad6**: 102
-**Source:** [key.d.ts:83](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L83)
+**Source:** [key.d.ts:83](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L83)
### Numpad7
> **Numpad7**: 103
-**Source:** [key.d.ts:84](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L84)
+**Source:** [key.d.ts:84](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L84)
### Numpad8
> **Numpad8**: 104
-**Source:** [key.d.ts:85](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L85)
+**Source:** [key.d.ts:85](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L85)
### Numpad9
> **Numpad9**: 105
-**Source:** [key.d.ts:86](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L86)
+**Source:** [key.d.ts:86](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L86)
### O
> **O**: 79
-**Source:** [key.d.ts:61](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L61)
+**Source:** [key.d.ts:61](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L61)
### OEM_1
> **OEM_1**: 186
-**Source:** [key.d.ts:148](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L148)
+**Source:** [key.d.ts:148](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L148)
### OEM_2
> **OEM_2**: 191
-**Source:** [key.d.ts:153](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L153)
+**Source:** [key.d.ts:153](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L153)
### OEM_3
> **OEM_3**: 192
-**Source:** [key.d.ts:154](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L154)
+**Source:** [key.d.ts:154](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L154)
### OEM_FJ_LOYA
> **OEM_FJ_LOYA**: 149
-**Source:** [key.d.ts:122](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L122)
+**Source:** [key.d.ts:122](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L122)
### OEM_FJ_MASSHOU
> **OEM_FJ_MASSHOU**: 147
-**Source:** [key.d.ts:120](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L120)
+**Source:** [key.d.ts:120](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L120)
### OEM_FJ_ROYA
> **OEM_FJ_ROYA**: 150
-**Source:** [key.d.ts:123](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L123)
+**Source:** [key.d.ts:123](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L123)
### OEM_FJ_TOUROKU
> **OEM_FJ_TOUROKU**: 148
-**Source:** [key.d.ts:121](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L121)
+**Source:** [key.d.ts:121](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L121)
### OEM_NEC_EQUAL
> **OEM_NEC_EQUAL**: 146
-**Source:** [key.d.ts:119](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L119)
+**Source:** [key.d.ts:119](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L119)
### P
> **P**: 80
-**Source:** [key.d.ts:62](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L62)
+**Source:** [key.d.ts:62](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L62)
### Pause
> **Pause**: 19
-**Source:** [key.d.ts:10](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L10)
+**Source:** [key.d.ts:10](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L10)
### Plus
> **Plus**: 187
-**Source:** [key.d.ts:149](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L149)
+**Source:** [key.d.ts:149](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L149)
### Print
> **Print**: 42
-**Source:** [key.d.ts:31](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L31)
+**Source:** [key.d.ts:31](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L31)
### Prior
> **Prior**: 33
-**Source:** [key.d.ts:22](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L22)
+**Source:** [key.d.ts:22](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L22)
### Q
> **Q**: 81
-**Source:** [key.d.ts:63](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L63)
+**Source:** [key.d.ts:63](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L63)
### R
> **R**: 82
-**Source:** [key.d.ts:64](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L64)
+**Source:** [key.d.ts:64](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L64)
### RControl
> **RControl**: 163
-**Source:** [key.d.ts:127](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L127)
+**Source:** [key.d.ts:127](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L127)
### RMenu
> **RMenu**: 165
-**Source:** [key.d.ts:129](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L129)
+**Source:** [key.d.ts:129](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L129)
### RWIN
> **RWIN**: 92
-**Source:** [key.d.ts:74](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L74)
+**Source:** [key.d.ts:74](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L74)
### Return
> **Return**: 13
-**Source:** [key.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L6)
+**Source:** [key.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L6)
### Right
> **Right**: 39
-**Source:** [key.d.ts:28](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L28)
+**Source:** [key.d.ts:28](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L28)
### RightShift
> **RightShift**: 161
-**Source:** [key.d.ts:125](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L125)
+**Source:** [key.d.ts:125](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L125)
### S
> **S**: 83
-**Source:** [key.d.ts:65](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L65)
+**Source:** [key.d.ts:65](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L65)
### Scroll
> **Scroll**: 145
-**Source:** [key.d.ts:118](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L118)
+**Source:** [key.d.ts:118](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L118)
### Select
> **Select**: 41
-**Source:** [key.d.ts:30](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L30)
+**Source:** [key.d.ts:30](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L30)
### Separator
> **Separator**: 108
-**Source:** [key.d.ts:89](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L89)
+**Source:** [key.d.ts:89](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L89)
### Shift
> **Shift**: 16
-**Source:** [key.d.ts:7](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L7)
+**Source:** [key.d.ts:7](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L7)
### Sleep
> **Sleep**: 95
-**Source:** [key.d.ts:76](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L76)
+**Source:** [key.d.ts:76](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L76)
### Snapshot
> **Snapshot**: 44
-**Source:** [key.d.ts:33](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L33)
+**Source:** [key.d.ts:33](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L33)
### Space
> **Space**: 32
-**Source:** [key.d.ts:21](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L21)
+**Source:** [key.d.ts:21](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L21)
### Subtract
> **Subtract**: 109
-**Source:** [key.d.ts:90](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L90)
+**Source:** [key.d.ts:90](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L90)
### T
> **T**: 84
-**Source:** [key.d.ts:66](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L66)
+**Source:** [key.d.ts:66](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L66)
### Tab
> **Tab**: 9
-**Source:** [key.d.ts:4](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L4)
+**Source:** [key.d.ts:4](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L4)
### U
> **U**: 85
-**Source:** [key.d.ts:67](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L67)
+**Source:** [key.d.ts:67](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L67)
### Up
> **Up**: 38
-**Source:** [key.d.ts:27](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L27)
+**Source:** [key.d.ts:27](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L27)
### V
> **V**: 86
-**Source:** [key.d.ts:68](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L68)
+**Source:** [key.d.ts:68](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L68)
### Volume_Down
> **Volume_Down**: 174
-**Source:** [key.d.ts:138](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L138)
+**Source:** [key.d.ts:138](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L138)
### Volume_Mute
> **Volume_Mute**: 173
-**Source:** [key.d.ts:137](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L137)
+**Source:** [key.d.ts:137](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L137)
### Volume_Up
> **Volume_Up**: 175
-**Source:** [key.d.ts:139](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L139)
+**Source:** [key.d.ts:139](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L139)
### W
> **W**: 87
-**Source:** [key.d.ts:69](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L69)
+**Source:** [key.d.ts:69](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L69)
### X
> **X**: 88
-**Source:** [key.d.ts:70](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L70)
+**Source:** [key.d.ts:70](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L70)
### Y
> **Y**: 89
-**Source:** [key.d.ts:71](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L71)
+**Source:** [key.d.ts:71](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L71)
### Z
> **Z**: 90
-**Source:** [key.d.ts:72](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/key.d.ts#L72)
+**Source:** [key.d.ts:72](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/key.d.ts#L72)
diff --git a/docs-markdown/module.latite/enumerations/enumeration.MouseButton.md b/docs-markdown/module.latite/enumerations/enumeration.MouseButton.md
index 082f795..b49fdc5 100644
--- a/docs-markdown/module.latite/enumerations/enumeration.MouseButton.md
+++ b/docs-markdown/module.latite/enumerations/enumeration.MouseButton.md
@@ -8,7 +8,7 @@
**`Enumeration`**
-**Source:** [latite.d.ts:43](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L43)
+**Source:** [latite.d.ts:43](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L43)
## Enumeration Members
@@ -16,22 +16,22 @@
> **Left**: 1
-**Source:** [latite.d.ts:44](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L44)
+**Source:** [latite.d.ts:44](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L44)
### Middle
> **Middle**: 3
-**Source:** [latite.d.ts:46](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L46)
+**Source:** [latite.d.ts:46](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L46)
### Right
> **Right**: 2
-**Source:** [latite.d.ts:45](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L45)
+**Source:** [latite.d.ts:45](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L45)
### Scroll
> **Scroll**: 4
-**Source:** [latite.d.ts:47](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L47)
+**Source:** [latite.d.ts:47](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L47)
diff --git a/docs-markdown/module.latite/interfaces/interface.CancellableEvent.md b/docs-markdown/module.latite/interfaces/interface.CancellableEvent.md
index 8387a2c..039ffcc 100644
--- a/docs-markdown/module.latite/interfaces/interface.CancellableEvent.md
+++ b/docs-markdown/module.latite/interfaces/interface.CancellableEvent.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [latite.d.ts:4](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L4)
+**Source:** [latite.d.ts:4](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L4)
## Hierarchy
@@ -20,4 +20,4 @@
> **cancel**: `boolean`
-**Source:** [latite.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L5)
+**Source:** [latite.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L5)
diff --git a/docs-markdown/module.latite/interfaces/interface.ClickEvent.md b/docs-markdown/module.latite/interfaces/interface.ClickEvent.md
index 2a8620b..b67793f 100644
--- a/docs-markdown/module.latite/interfaces/interface.ClickEvent.md
+++ b/docs-markdown/module.latite/interfaces/interface.ClickEvent.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [latite.d.ts:50](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L50)
+**Source:** [latite.d.ts:50](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L50)
## Hierarchy
@@ -20,13 +20,13 @@
> `readonly` **button**: [`MouseButton`](../enumerations/enumeration.MouseButton.md)
-**Source:** [latite.d.ts:51](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L51)
+**Source:** [latite.d.ts:51](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L51)
### cancel
> **cancel**: `boolean`
-**Source:** [latite.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L5)
+**Source:** [latite.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L5)
#### Inherited from
@@ -36,22 +36,22 @@
> `readonly` **isDown**: `boolean`
-**Source:** [latite.d.ts:52](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L52)
+**Source:** [latite.d.ts:52](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L52)
### mouseX
> `readonly` **mouseX**: `number`
-**Source:** [latite.d.ts:53](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L53)
+**Source:** [latite.d.ts:53](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L53)
### mouseY
> `readonly` **mouseY**: `number`
-**Source:** [latite.d.ts:54](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L54)
+**Source:** [latite.d.ts:54](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L54)
### wheelDelta
> `readonly` **wheelDelta**: `number`
-**Source:** [latite.d.ts:55](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L55)
+**Source:** [latite.d.ts:55](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L55)
diff --git a/docs-markdown/module.latite/interfaces/interface.ClientEvents.md b/docs-markdown/module.latite/interfaces/interface.ClientEvents.md
index b804e64..e944fda 100644
--- a/docs-markdown/module.latite/interfaces/interface.ClientEvents.md
+++ b/docs-markdown/module.latite/interfaces/interface.ClientEvents.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [latite.d.ts:90](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L90)
+**Source:** [latite.d.ts:90](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L90)
## Properties
@@ -18,7 +18,7 @@
Called on the game being minimized/closed.
-**Source:** [latite.d.ts:175](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L175)
+**Source:** [latite.d.ts:175](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L175)
### change-dimension
@@ -26,7 +26,7 @@ Called on the game being minimized/closed.
Calls whenever the player goes into a different dimension.
-**Source:** [latite.d.ts:236](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L236)
+**Source:** [latite.d.ts:236](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L236)
### click
@@ -46,13 +46,13 @@ Listener:
}
```
-**Source:** [latite.d.ts:167](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L167)
+**Source:** [latite.d.ts:167](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L167)
### join-game
> **join-game**: [`LatiteEvent`](interface.LatiteEvent.md)
-**Source:** [latite.d.ts:98](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L98)
+**Source:** [latite.d.ts:98](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L98)
### key-press
@@ -71,7 +71,7 @@ Listener:
}
```
-**Source:** [latite.d.ts:152](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L152)
+**Source:** [latite.d.ts:152](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L152)
### leave-game
@@ -79,7 +79,7 @@ Listener:
Called on the user leaving a world.
-**Source:** [latite.d.ts:103](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L103)
+**Source:** [latite.d.ts:103](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L103)
### load-script
@@ -97,7 +97,7 @@ Listener:
}
```
-**Source:** [latite.d.ts:188](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L188)
+**Source:** [latite.d.ts:188](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L188)
### post-move
@@ -105,7 +105,7 @@ Listener:
Called after movement input is processed.
-**Source:** [latite.d.ts:246](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L246)
+**Source:** [latite.d.ts:246](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L246)
### pre-move
@@ -113,7 +113,7 @@ Called after movement input is processed.
Called before movement input is processed. This is cancellable.
-**Source:** [latite.d.ts:241](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L241)
+**Source:** [latite.d.ts:241](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L241)
### receive-chat
@@ -133,7 +133,7 @@ Listener:
}
```
-**Source:** [latite.d.ts:118](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L118)
+**Source:** [latite.d.ts:118](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L118)
### render2d
@@ -141,7 +141,7 @@ Listener:
Called on every frame; use this for 2D rendering.
-**Source:** [latite.d.ts:134](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L134)
+**Source:** [latite.d.ts:134](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L134)
### render3d
@@ -149,7 +149,7 @@ Called on every frame; use this for 2D rendering.
Called on every frame; use this for 3D rendering.
-**Source:** [latite.d.ts:171](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L171)
+**Source:** [latite.d.ts:171](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L171)
### renderDX
@@ -157,7 +157,7 @@ Called on every frame; use this for 3D rendering.
Called on every frame; use this for DirectX rendering.
-**Source:** [latite.d.ts:138](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L138)
+**Source:** [latite.d.ts:138](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L138)
### send-chat
@@ -174,7 +174,7 @@ Listener:
}
```
-**Source:** [latite.d.ts:130](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L130)
+**Source:** [latite.d.ts:130](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L130)
### text-input
@@ -188,7 +188,7 @@ Listener: {
}
```
-**Source:** [latite.d.ts:226](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L226)
+**Source:** [latite.d.ts:226](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L226)
### title
@@ -205,7 +205,7 @@ Listener:
}
```
-**Source:** [latite.d.ts:214](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L214)
+**Source:** [latite.d.ts:214](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L214)
### transfer
@@ -213,7 +213,7 @@ Listener:
Called whenever the server transfers a player into another server.
-**Source:** [latite.d.ts:231](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L231)
+**Source:** [latite.d.ts:231](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L231)
### unload-script
@@ -231,7 +231,7 @@ Listener:
}
```
-**Source:** [latite.d.ts:201](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L201)
+**Source:** [latite.d.ts:201](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L201)
### world-tick
@@ -239,4 +239,4 @@ Listener:
Called on every tick.
-**Source:** [latite.d.ts:94](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L94)
+**Source:** [latite.d.ts:94](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L94)
diff --git a/docs-markdown/module.latite/interfaces/interface.KeyEvent.md b/docs-markdown/module.latite/interfaces/interface.KeyEvent.md
index d620f1b..f1e9f9c 100644
--- a/docs-markdown/module.latite/interfaces/interface.KeyEvent.md
+++ b/docs-markdown/module.latite/interfaces/interface.KeyEvent.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [latite.d.ts:58](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L58)
+**Source:** [latite.d.ts:58](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L58)
## Hierarchy
@@ -20,7 +20,7 @@
> **cancel**: `boolean`
-**Source:** [latite.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L5)
+**Source:** [latite.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L5)
#### Inherited from
@@ -30,16 +30,16 @@
> `readonly` **isDown**: `boolean`
-**Source:** [latite.d.ts:59](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L59)
+**Source:** [latite.d.ts:59](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L59)
### keyAsChar
> `readonly` **keyAsChar**: `string`
-**Source:** [latite.d.ts:61](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L61)
+**Source:** [latite.d.ts:61](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L61)
### keyCode
> `readonly` **keyCode**: [`KeyCode`](../../module.key/enumerations/enumeration.KeyCode.md)
-**Source:** [latite.d.ts:60](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L60)
+**Source:** [latite.d.ts:60](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L60)
diff --git a/docs-markdown/module.latite/interfaces/interface.Latite.md b/docs-markdown/module.latite/interfaces/interface.Latite.md
index 735f0cf..38c65b0 100644
--- a/docs-markdown/module.latite/interfaces/interface.Latite.md
+++ b/docs-markdown/module.latite/interfaces/interface.Latite.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [latite.d.ts:249](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L249)
+**Source:** [latite.d.ts:249](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L249)
## Properties
@@ -18,7 +18,7 @@
The Latite Client version. Example: "v2.0.0"
-**Source:** [latite.d.ts:284](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L284)
+**Source:** [latite.d.ts:284](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L284)
## Methods
@@ -28,7 +28,7 @@ The Latite Client version. Example: "v2.0.0"
Gets the command manager. Use this to register commands.
-**Source:** [latite.d.ts:279](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L279)
+**Source:** [latite.d.ts:279](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L279)
#### Returns
@@ -40,7 +40,7 @@ Gets the command manager. Use this to register commands.
Gets the module manager. Use this to register modules.
-**Source:** [latite.d.ts:274](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L274)
+**Source:** [latite.d.ts:274](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L274)
#### Returns
@@ -55,7 +55,7 @@ Gets the module manager. Use this to register modules.
Listens to a client-side event.
-**Source:** [latite.d.ts:256](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L256)
+**Source:** [latite.d.ts:256](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L256)
#### Type parameters
@@ -81,7 +81,7 @@ Listens to a client-side event.
Runs a Latite command.
-**Source:** [latite.d.ts:269](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L269)
+**Source:** [latite.d.ts:269](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L269)
#### Parameters
@@ -101,7 +101,7 @@ The success of the command.
Shows a Latite toast on the top of the screen.
-**Source:** [latite.d.ts:262](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L262)
+**Source:** [latite.d.ts:262](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L262)
#### Parameters
diff --git a/docs-markdown/module.latite/interfaces/interface.LatiteEvent.md b/docs-markdown/module.latite/interfaces/interface.LatiteEvent.md
index 511ab7c..84a8ffd 100644
--- a/docs-markdown/module.latite/interfaces/interface.LatiteEvent.md
+++ b/docs-markdown/module.latite/interfaces/interface.LatiteEvent.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [latite.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L1)
+**Source:** [latite.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L1)
## Hierarchy
diff --git a/docs-markdown/module.latite/interfaces/interface.ScriptEvent.md b/docs-markdown/module.latite/interfaces/interface.ScriptEvent.md
index 00b5a80..a0c0274 100644
--- a/docs-markdown/module.latite/interfaces/interface.ScriptEvent.md
+++ b/docs-markdown/module.latite/interfaces/interface.ScriptEvent.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [latite.d.ts:64](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L64)
+**Source:** [latite.d.ts:64](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L64)
## Hierarchy
@@ -20,16 +20,16 @@
> `readonly` **scriptAuthor**: `string`
-**Source:** [latite.d.ts:67](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L67)
+**Source:** [latite.d.ts:67](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L67)
### scriptName
> `readonly` **scriptName**: `string`
-**Source:** [latite.d.ts:65](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L65)
+**Source:** [latite.d.ts:65](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L65)
### scriptVersion
> `readonly` **scriptVersion**: `string`
-**Source:** [latite.d.ts:66](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L66)
+**Source:** [latite.d.ts:66](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L66)
diff --git a/docs-markdown/module.latite/interfaces/interface.SendChatEvent.md b/docs-markdown/module.latite/interfaces/interface.SendChatEvent.md
index 61692ca..eb9e256 100644
--- a/docs-markdown/module.latite/interfaces/interface.SendChatEvent.md
+++ b/docs-markdown/module.latite/interfaces/interface.SendChatEvent.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [latite.d.ts:8](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L8)
+**Source:** [latite.d.ts:8](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L8)
## Hierarchy
@@ -20,7 +20,7 @@
> **cancel**: `boolean`
-**Source:** [latite.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L5)
+**Source:** [latite.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L5)
#### Inherited from
@@ -30,4 +30,4 @@
> `readonly` **message**: `string`
-**Source:** [latite.d.ts:9](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L9)
+**Source:** [latite.d.ts:9](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L9)
diff --git a/docs-markdown/module.latite/interfaces/interface.TextInputEvent.md b/docs-markdown/module.latite/interfaces/interface.TextInputEvent.md
index 58bb010..ae16c28 100644
--- a/docs-markdown/module.latite/interfaces/interface.TextInputEvent.md
+++ b/docs-markdown/module.latite/interfaces/interface.TextInputEvent.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [latite.d.ts:86](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L86)
+**Source:** [latite.d.ts:86](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L86)
## Hierarchy
@@ -20,7 +20,7 @@
> **cancel**: `boolean`
-**Source:** [latite.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L5)
+**Source:** [latite.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L5)
#### Inherited from
@@ -30,4 +30,4 @@
> `readonly` **characters**: `string`
-**Source:** [latite.d.ts:87](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L87)
+**Source:** [latite.d.ts:87](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L87)
diff --git a/docs-markdown/module.latite/interfaces/interface.TitleEvent.md b/docs-markdown/module.latite/interfaces/interface.TitleEvent.md
index a5a0f3c..ee88bc7 100644
--- a/docs-markdown/module.latite/interfaces/interface.TitleEvent.md
+++ b/docs-markdown/module.latite/interfaces/interface.TitleEvent.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [latite.d.ts:81](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L81)
+**Source:** [latite.d.ts:81](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L81)
## Hierarchy
@@ -20,7 +20,7 @@
> **cancel**: `boolean`
-**Source:** [latite.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L5)
+**Source:** [latite.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L5)
#### Inherited from
@@ -30,10 +30,10 @@
> `readonly` **text**: `string`
-**Source:** [latite.d.ts:83](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L83)
+**Source:** [latite.d.ts:83](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L83)
### type
> `readonly` **type**: [`TitleType`](../type-aliases/type-alias.TitleType.md)
-**Source:** [latite.d.ts:82](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L82)
+**Source:** [latite.d.ts:82](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L82)
diff --git a/docs-markdown/module.latite/type-aliases/type-alias.MessageType.md b/docs-markdown/module.latite/type-aliases/type-alias.MessageType.md
index b7d613c..96cda9f 100644
--- a/docs-markdown/module.latite/type-aliases/type-alias.MessageType.md
+++ b/docs-markdown/module.latite/type-aliases/type-alias.MessageType.md
@@ -10,4 +10,4 @@
> **MessageType**: "raw" \| "chat" \| "translation" \| "popup" \| "jukebox" \| "tip" \| "system_message" \| "whisper" \| "announcement" \| "text_object" \| "object_whisper"
-**Source:** [latite.d.ts:12](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L12)
+**Source:** [latite.d.ts:12](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L12)
diff --git a/docs-markdown/module.latite/type-aliases/type-alias.TitleType.md b/docs-markdown/module.latite/type-aliases/type-alias.TitleType.md
index 6b7c3e0..2177e05 100644
--- a/docs-markdown/module.latite/type-aliases/type-alias.TitleType.md
+++ b/docs-markdown/module.latite/type-aliases/type-alias.TitleType.md
@@ -10,4 +10,4 @@
> **TitleType**: "clear" \| "reset" \| "title" \| "subtitle" \| "actionbar" \| "titleraw" \| "subtitleraw" \| "actionbarraw" \| "times"
-**Source:** [latite.d.ts:70](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L70)
+**Source:** [latite.d.ts:70](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L70)
diff --git a/docs-markdown/module.latite/variables/variable.client.md b/docs-markdown/module.latite/variables/variable.client.md
index 088a3e1..3d94da2 100644
--- a/docs-markdown/module.latite/variables/variable.client.md
+++ b/docs-markdown/module.latite/variables/variable.client.md
@@ -10,4 +10,4 @@
> `const` **client**: [`Latite`](../interfaces/interface.Latite.md)
-**Source:** [latite.d.ts:287](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/latite.d.ts#L287)
+**Source:** [latite.d.ts:287](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/latite.d.ts#L287)
diff --git a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.Clipboard.md b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.Clipboard.md
index 979f8f0..ef79582 100644
--- a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.Clipboard.md
+++ b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.Clipboard.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [lib/clipboard.d.ts:2](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/clipboard.d.ts#L2)
+**Source:** [lib/clipboard.d.ts:2](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/clipboard.d.ts#L2)
## Methods
@@ -18,7 +18,7 @@
Gets the current clipboard text
-**Source:** [lib/clipboard.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/clipboard.d.ts#L6)
+**Source:** [lib/clipboard.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/clipboard.d.ts#L6)
#### Returns
@@ -30,7 +30,7 @@ Gets the current clipboard text
Gets the copied bitmap. If the clipboard is unable to be opened, it will return null
-**Source:** [lib/clipboard.d.ts:18](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/clipboard.d.ts#L18)
+**Source:** [lib/clipboard.d.ts:18](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/clipboard.d.ts#L18)
#### Returns
@@ -42,7 +42,7 @@ Gets the copied bitmap. If the clipboard is unable to be opened, it will return
Sets the clipboard text
-**Source:** [lib/clipboard.d.ts:12](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/clipboard.d.ts#L12)
+**Source:** [lib/clipboard.d.ts:12](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/clipboard.d.ts#L12)
#### Parameters
diff --git a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.Filesystem.md b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.Filesystem.md
index a447037..d20fe3a 100644
--- a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.Filesystem.md
+++ b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.Filesystem.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [lib/filesystem.d.ts:2](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L2)
+**Source:** [lib/filesystem.d.ts:2](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L2)
## Methods
@@ -16,7 +16,7 @@
> **append**(path: `string`, data: `Uint8Array`): `void`
-**Source:** [lib/filesystem.d.ts:53](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L53)
+**Source:** [lib/filesystem.d.ts:53](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L53)
#### Parameters
@@ -35,7 +35,7 @@
Creates a folder/directory.
-**Source:** [lib/filesystem.d.ts:46](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L46)
+**Source:** [lib/filesystem.d.ts:46](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L46)
#### Parameters
@@ -51,7 +51,7 @@ Creates a folder/directory.
> **delete**(path: `string`): `void`
-**Source:** [lib/filesystem.d.ts:7](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L7)
+**Source:** [lib/filesystem.d.ts:7](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L7)
#### Parameters
@@ -69,7 +69,7 @@ Creates a folder/directory.
Checks if a file or a directory exists
-**Source:** [lib/filesystem.d.ts:40](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L40)
+**Source:** [lib/filesystem.d.ts:40](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L40)
#### Parameters
@@ -87,7 +87,7 @@ Checks if a file or a directory exists
Reads a file from the path specified.
-**Source:** [lib/filesystem.d.ts:28](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L28)
+**Source:** [lib/filesystem.d.ts:28](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L28)
#### Parameters
@@ -105,7 +105,7 @@ Reads a file from the path specified.
Reads a file asynchronously.
-**Source:** [lib/filesystem.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L14)
+**Source:** [lib/filesystem.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L14)
#### Parameters
@@ -124,7 +124,7 @@ Reads a file asynchronously.
Gets a list of the contents of a directory.
-**Source:** [lib/filesystem.d.ts:59](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L59)
+**Source:** [lib/filesystem.d.ts:59](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L59)
#### Parameters
@@ -142,7 +142,7 @@ Gets a list of the contents of a directory.
Writes a file to the path specified.
-**Source:** [lib/filesystem.d.ts:34](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L34)
+**Source:** [lib/filesystem.d.ts:34](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L34)
#### Parameters
@@ -162,7 +162,7 @@ Writes a file to the path specified.
> data: `Uint8Array`,
> callback: `Function`): `void`
-**Source:** [lib/filesystem.d.ts:22](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L22)
+**Source:** [lib/filesystem.d.ts:22](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L22)
#### Parameters
diff --git a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.GetData.md b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.GetData.md
index 3f76fb7..c348ebe 100644
--- a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.GetData.md
+++ b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.GetData.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [lib/network.d.ts:15](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L15)
+**Source:** [lib/network.d.ts:15](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L15)
## Properties
@@ -16,10 +16,10 @@
> **content**?: `Uint8Array`
-**Source:** [lib/network.d.ts:17](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L17)
+**Source:** [lib/network.d.ts:17](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L17)
### contentType
> **contentType**?: `string`
-**Source:** [lib/network.d.ts:16](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L16)
+**Source:** [lib/network.d.ts:16](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L16)
diff --git a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.HTTP.md b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.HTTP.md
index b313665..281a835 100644
--- a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.HTTP.md
+++ b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.HTTP.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [lib/network.d.ts:25](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L25)
+**Source:** [lib/network.d.ts:25](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L25)
## Methods
@@ -18,7 +18,7 @@
Sends a basic GET request to a URL.
-**Source:** [lib/network.d.ts:31](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L31)
+**Source:** [lib/network.d.ts:31](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L31)
#### Parameters
@@ -40,7 +40,7 @@ Sends a basic GET request to a URL.
Sends an async GET request to a URL.
-**Source:** [lib/network.d.ts:39](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L39)
+**Source:** [lib/network.d.ts:39](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L39)
#### Parameters
@@ -60,7 +60,7 @@ Sends an async GET request to a URL.
Sends a basic POST request to a URL.
-**Source:** [lib/network.d.ts:46](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L46)
+**Source:** [lib/network.d.ts:46](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L46)
#### Parameters
diff --git a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.HttpResponse.md b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.HttpResponse.md
index 19c7653..5a9f10d 100644
--- a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.HttpResponse.md
+++ b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.HttpResponse.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [lib/network.d.ts:2](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L2)
+**Source:** [lib/network.d.ts:2](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L2)
## Properties
@@ -18,7 +18,7 @@
The body, if the status code is 200 (OK)
-**Source:** [lib/network.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L6)
+**Source:** [lib/network.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L6)
### error
@@ -26,10 +26,10 @@ The body, if the status code is 200 (OK)
The http client error message
-**Source:** [lib/network.d.ts:12](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L12)
+**Source:** [lib/network.d.ts:12](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L12)
### statusCode
> **statusCode**: `number`
-**Source:** [lib/network.d.ts:7](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L7)
+**Source:** [lib/network.d.ts:7](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L7)
diff --git a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.PostData.md b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.PostData.md
index 0653db2..47e54b4 100644
--- a/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.PostData.md
+++ b/docs-markdown/module.lib_clipboard/namespaces/namespace.include/interfaces/interface.PostData.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [lib/network.d.ts:20](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L20)
+**Source:** [lib/network.d.ts:20](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L20)
## Properties
@@ -16,10 +16,10 @@
> **content**: `Uint8Array`
-**Source:** [lib/network.d.ts:22](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L22)
+**Source:** [lib/network.d.ts:22](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L22)
### contentType
> **contentType**?: `string`
-**Source:** [lib/network.d.ts:21](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L21)
+**Source:** [lib/network.d.ts:21](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L21)
diff --git a/docs-markdown/module.lib_filesystem/index.md b/docs-markdown/module.lib_filesystem/index.md
index 481d53d..c5b161d 100644
--- a/docs-markdown/module.lib_filesystem/index.md
+++ b/docs-markdown/module.lib_filesystem/index.md
@@ -20,4 +20,4 @@ Re-exports [include](../module.lib_clipboard/namespaces/namespace.include/index.
> **include**
-**Source:** [lib/clipboard.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/clipboard.d.ts#L1) [lib/filesystem.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L1) [lib/network.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L1)
+**Source:** [lib/clipboard.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/clipboard.d.ts#L1) [lib/filesystem.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L1) [lib/network.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L1)
diff --git a/docs-markdown/module.lib_network/index.md b/docs-markdown/module.lib_network/index.md
index 73a58d8..c89fc3d 100644
--- a/docs-markdown/module.lib_network/index.md
+++ b/docs-markdown/module.lib_network/index.md
@@ -20,4 +20,4 @@ Re-exports [include](../module.lib_clipboard/namespaces/namespace.include/index.
> **include**
-**Source:** [lib/clipboard.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/clipboard.d.ts#L1) [lib/filesystem.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/filesystem.d.ts#L1) [lib/network.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/lib/network.d.ts#L1)
+**Source:** [lib/clipboard.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/clipboard.d.ts#L1) [lib/filesystem.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/filesystem.d.ts#L1) [lib/network.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/lib/network.d.ts#L1)
diff --git a/docs-markdown/module.molang_Variable/interfaces/interface.MolangVariable.md b/docs-markdown/module.molang_Variable/interfaces/interface.MolangVariable.md
index d474045..f720a8b 100644
--- a/docs-markdown/module.molang_Variable/interfaces/interface.MolangVariable.md
+++ b/docs-markdown/module.molang_Variable/interfaces/interface.MolangVariable.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [molang/Variable.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/molang/Variable.d.ts#L1)
+**Source:** [molang/Variable.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/molang/Variable.d.ts#L1)
## Properties
@@ -16,4 +16,4 @@
> **number**: `number`
-**Source:** [molang/Variable.d.ts:2](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/molang/Variable.d.ts#L2)
+**Source:** [molang/Variable.d.ts:2](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/molang/Variable.d.ts#L2)
diff --git a/docs-markdown/module.molang_Variables/type-aliases/type-alias.MolangVariables.md b/docs-markdown/module.molang_Variables/type-aliases/type-alias.MolangVariables.md
index 45e9640..9619c8e 100644
--- a/docs-markdown/module.molang_Variables/type-aliases/type-alias.MolangVariables.md
+++ b/docs-markdown/module.molang_Variables/type-aliases/type-alias.MolangVariables.md
@@ -10,4 +10,4 @@
> **MolangVariables**: "variable.animation_frames_128x128" \| "variable.animation_frames_32x32" \| "variable.animation_frames_face" \| "variable.attack_body_rot_y" \| "variable.attack_time" \| "variable.bob_animation" \| "variable.boot_layer_visible" \| "variable.charge_amount" \| "variable.chest_layer_visible" \| "variable.damage_nearby_mobs" \| "variable.first_person_rotation_factor" \| "variable.gliding_speed_value" \| "variable.hand_bob" \| "variable.has_target" \| "variable.helmet_layer_visible" \| "variable.is_blinking" \| "variable.is_blocking" \| "variable.is_bow_and_arrow" \| "variable.is_brandishing_spear" \| "variable.is_holding_left" \| "variable.is_holding_right" \| "variable.is_holding_spyglass" \| "variable.is_horizontal_splitscreen" \| "variable.is_paperdoll" \| "variable.is_sneaking" \| "variable.is_tooting_goat_horn" \| "variable.is_using_brush" \| "variable.is_using_vr" \| "variable.is_vertical_splitscreen" \| "variable.item_use_normalized" \| "variable.last_blink_time" \| "variable.left_arm_swim_amount" \| "variable.leg_layer_visible" \| "variable.map_angle" \| "variable.map_face_icon" \| "variable.player_arm_height" \| "variable.player_x_rotation" \| "variable.right_arm_swim_amount" \| "variable.short_arm_offset_left" \| "variable.short_arm_offset_right" \| "variable.swim_amount" \| "variable.tcos0" \| "variable.use_blinking_animation" \| "variable.use_item_interval_progress" \| "variable.use_item_startup_progress" \| "variable.is_first_person"
-**Source:** [molang/Variables.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/molang/Variables.d.ts#L1)
+**Source:** [molang/Variables.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/molang/Variables.d.ts#L1)
diff --git a/docs-markdown/module.native_NativeModule/classes/class.NativeModule.md b/docs-markdown/module.native_NativeModule/classes/class.NativeModule.md
index d269070..c014f7a 100644
--- a/docs-markdown/module.native_NativeModule/classes/class.NativeModule.md
+++ b/docs-markdown/module.native_NativeModule/classes/class.NativeModule.md
@@ -10,7 +10,7 @@
A class representing a native DLL.
-**Source:** [native/NativeModule.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/native/NativeModule.d.ts#L6)
+**Source:** [native/NativeModule.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/native/NativeModule.d.ts#L6)
## Constructors
@@ -30,7 +30,7 @@ A class representing a native DLL.
The current handle of the module. Warning: will be truncated to Float64
-**Source:** [native/NativeModule.d.ts:20](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/native/NativeModule.d.ts#L20)
+**Source:** [native/NativeModule.d.ts:20](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/native/NativeModule.d.ts#L20)
## Methods
@@ -49,7 +49,7 @@ Every argument is passed as a little-endian integer. There may be precision loss
Strings passed in will be treated as wstrings (wide strings)
-**Source:** [native/NativeModule.d.ts:35](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/native/NativeModule.d.ts#L35)
+**Source:** [native/NativeModule.d.ts:35](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/native/NativeModule.d.ts#L35)
#### Parameters
@@ -73,7 +73,7 @@ The plugin needs the permission `Permission.SystemAccess` to use this.
This method is restricted to prevent cheating.
-**Source:** [native/NativeModule.d.ts:15](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/native/NativeModule.d.ts#L15)
+**Source:** [native/NativeModule.d.ts:15](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/native/NativeModule.d.ts#L15)
#### Parameters
diff --git a/docs-markdown/module.native_NativeModule/type-aliases/type-alias.NativeType.md b/docs-markdown/module.native_NativeModule/type-aliases/type-alias.NativeType.md
index 9ea8057..ff7cd1e 100644
--- a/docs-markdown/module.native_NativeModule/type-aliases/type-alias.NativeType.md
+++ b/docs-markdown/module.native_NativeModule/type-aliases/type-alias.NativeType.md
@@ -10,4 +10,4 @@
> **NativeType**: "void" \| "float32" \| "float64" \| "int32" \| "int64"
-**Source:** [native/NativeModule.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/native/NativeModule.d.ts#L1)
+**Source:** [native/NativeModule.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/native/NativeModule.d.ts#L1)
diff --git a/docs-markdown/module.plugin/enumerations/enumeration.Permission.md b/docs-markdown/module.plugin/enumerations/enumeration.Permission.md
index 0990190..c1f557b 100644
--- a/docs-markdown/module.plugin/enumerations/enumeration.Permission.md
+++ b/docs-markdown/module.plugin/enumerations/enumeration.Permission.md
@@ -8,7 +8,7 @@
**`Enumeration`**
-**Source:** [plugin.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/plugin.d.ts#L1)
+**Source:** [plugin.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/plugin.d.ts#L1)
## Enumeration Members
@@ -16,4 +16,4 @@
> **SystemAccess**: "permission.system_access"
-**Source:** [plugin.d.ts:2](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/plugin.d.ts#L2)
+**Source:** [plugin.d.ts:2](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/plugin.d.ts#L2)
diff --git a/docs-markdown/module.plugin/interfaces/interface.IPlugin.md b/docs-markdown/module.plugin/interfaces/interface.IPlugin.md
index 247a4ed..5587865 100644
--- a/docs-markdown/module.plugin/interfaces/interface.IPlugin.md
+++ b/docs-markdown/module.plugin/interfaces/interface.IPlugin.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [plugin.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/plugin.d.ts#L5)
+**Source:** [plugin.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/plugin.d.ts#L5)
## Properties
@@ -16,25 +16,25 @@
> `readonly` **author**: `string`
-**Source:** [plugin.d.ts:7](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/plugin.d.ts#L7)
+**Source:** [plugin.d.ts:7](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/plugin.d.ts#L7)
### description
> `readonly` **description**: `string`
-**Source:** [plugin.d.ts:9](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/plugin.d.ts#L9)
+**Source:** [plugin.d.ts:9](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/plugin.d.ts#L9)
### name
> `readonly` **name**: `string`
-**Source:** [plugin.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/plugin.d.ts#L6)
+**Source:** [plugin.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/plugin.d.ts#L6)
### version
> `readonly` **version**: `string`
-**Source:** [plugin.d.ts:8](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/plugin.d.ts#L8)
+**Source:** [plugin.d.ts:8](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/plugin.d.ts#L8)
## Methods
@@ -44,7 +44,7 @@
Requests a permission.
-**Source:** [plugin.d.ts:16](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/plugin.d.ts#L16)
+**Source:** [plugin.d.ts:16](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/plugin.d.ts#L16)
#### Parameters
diff --git a/docs-markdown/module.plugin/variables/variable.plugin.md b/docs-markdown/module.plugin/variables/variable.plugin.md
index afb0346..6eec8b6 100644
--- a/docs-markdown/module.plugin/variables/variable.plugin.md
+++ b/docs-markdown/module.plugin/variables/variable.plugin.md
@@ -10,4 +10,4 @@
> `const` **plugin**: [`IPlugin`](../interfaces/interface.IPlugin.md)
-**Source:** [plugin.d.ts:19](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/plugin.d.ts#L19)
+**Source:** [plugin.d.ts:19](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/plugin.d.ts#L19)
diff --git a/docs-markdown/module.script/functions/function.clientMessage.md b/docs-markdown/module.script/functions/function.clientMessage.md
index 525b79c..2260e14 100644
--- a/docs-markdown/module.script/functions/function.clientMessage.md
+++ b/docs-markdown/module.script/functions/function.clientMessage.md
@@ -12,7 +12,7 @@
Adds chat message(s) to the chat.
-**Source:** [script.d.ts:11](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L11)
+**Source:** [script.d.ts:11](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L11)
## Parameters
diff --git a/docs-markdown/module.script/functions/function.require.md b/docs-markdown/module.script/functions/function.require.md
index addae18..c87d340 100644
--- a/docs-markdown/module.script/functions/function.require.md
+++ b/docs-markdown/module.script/functions/function.require.md
@@ -12,7 +12,7 @@
Load a specified library.
-**Source:** [script.d.ts:17](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L17)
+**Source:** [script.d.ts:17](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L17)
## Type parameters
@@ -34,7 +34,7 @@ Load a specified library.
Load and run a specified JavaScript module. This returns whatever is in `exports` or `module.exports` of the JavaScript module.
-**Source:** [script.d.ts:23](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L23)
+**Source:** [script.d.ts:23](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L23)
## Parameters
diff --git a/docs-markdown/module.script/functions/function.sleep.md b/docs-markdown/module.script/functions/function.sleep.md
index 5bd4084..664b664 100644
--- a/docs-markdown/module.script/functions/function.sleep.md
+++ b/docs-markdown/module.script/functions/function.sleep.md
@@ -14,7 +14,7 @@ Stops execution for a specified amount of time.
**Warning**: This stops execution of both the JavaScript runtime and the game thread. This is only for specific use cases (use setTimeout instead.)
-**Source:** [script.d.ts:31](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L31)
+**Source:** [script.d.ts:31](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L31)
## Parameters
diff --git a/docs-markdown/module.script/interfaces/interface.EngineLibraries.md b/docs-markdown/module.script/interfaces/interface.EngineLibraries.md
index af09bde..c583756 100644
--- a/docs-markdown/module.script/interfaces/interface.EngineLibraries.md
+++ b/docs-markdown/module.script/interfaces/interface.EngineLibraries.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [script.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L1)
+**Source:** [script.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L1)
## Properties
@@ -16,16 +16,16 @@
> **clipboard**: [`Clipboard`](../../module.lib_clipboard/namespaces/namespace.include/interfaces/interface.Clipboard.md)
-**Source:** [script.d.ts:4](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L4)
+**Source:** [script.d.ts:4](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L4)
### filesystem
> **filesystem**: [`Filesystem`](../../module.lib_clipboard/namespaces/namespace.include/interfaces/interface.Filesystem.md)
-**Source:** [script.d.ts:2](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L2)
+**Source:** [script.d.ts:2](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L2)
### http
> **http**: [`HTTP`](../../module.lib_clipboard/namespaces/namespace.include/interfaces/interface.HTTP.md)
-**Source:** [script.d.ts:3](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L3)
+**Source:** [script.d.ts:3](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L3)
diff --git a/docs-markdown/module.script/interfaces/interface.IScript.md b/docs-markdown/module.script/interfaces/interface.IScript.md
index f6456bb..766c6b6 100644
--- a/docs-markdown/module.script/interfaces/interface.IScript.md
+++ b/docs-markdown/module.script/interfaces/interface.IScript.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [script.d.ts:68](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L68)
+**Source:** [script.d.ts:68](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L68)
## Properties
@@ -18,7 +18,7 @@
#### Deprecated
-**Source:** [script.d.ts:77](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L77)
+**Source:** [script.d.ts:77](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L77)
### description
@@ -26,13 +26,13 @@
#### Deprecated
-**Source:** [script.d.ts:82](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L82)
+**Source:** [script.d.ts:82](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L82)
### log
> **log**: `Function`
-**Source:** [script.d.ts:89](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L89)
+**Source:** [script.d.ts:89](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L89)
#### Type declaration (log)
@@ -40,7 +40,7 @@
>
> ##### Deprecated
>
-> **Source:** [script.d.ts:89](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L89)
+> **Source:** [script.d.ts:89](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L89)
>
> ##### Parameters
>
@@ -58,4 +58,4 @@
#### Deprecated
-**Source:** [script.d.ts:72](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L72)
+**Source:** [script.d.ts:72](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L72)
diff --git a/docs-markdown/module.script/interfaces/interface.ScriptModule.md b/docs-markdown/module.script/interfaces/interface.ScriptModule.md
index 98710d7..ff834a7 100644
--- a/docs-markdown/module.script/interfaces/interface.ScriptModule.md
+++ b/docs-markdown/module.script/interfaces/interface.ScriptModule.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [script.d.ts:61](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L61)
+**Source:** [script.d.ts:61](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L61)
## Properties
@@ -18,4 +18,4 @@
What the script exports.
-**Source:** [script.d.ts:65](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L65)
+**Source:** [script.d.ts:65](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L65)
diff --git a/docs-markdown/module.script/variables/variable.script.md b/docs-markdown/module.script/variables/variable.script.md
index 59aab6c..fcf6d1b 100644
--- a/docs-markdown/module.script/variables/variable.script.md
+++ b/docs-markdown/module.script/variables/variable.script.md
@@ -10,4 +10,4 @@
> `let` **script**: [`IScript`](../interfaces/interface.IScript.md)
-**Source:** [script.d.ts:92](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/script.d.ts#L92)
+**Source:** [script.d.ts:92](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/script.d.ts#L92)
diff --git a/docs-markdown/module.util_buffer/type-aliases/type-alias.Buffer.md b/docs-markdown/module.util_buffer/type-aliases/type-alias.Buffer.md
index f0d8f5e..0a83990 100644
--- a/docs-markdown/module.util_buffer/type-aliases/type-alias.Buffer.md
+++ b/docs-markdown/module.util_buffer/type-aliases/type-alias.Buffer.md
@@ -10,4 +10,4 @@
> **Buffer**: `Uint8Array`
-**Source:** [util/buffer.d.ts:13](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/util/buffer.d.ts#L13)
+**Source:** [util/buffer.d.ts:13](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/util/buffer.d.ts#L13)
diff --git a/docs-markdown/module.util_util/interfaces/interface.IUtil.md b/docs-markdown/module.util_util/interfaces/interface.IUtil.md
index 2aec165..d9bcf33 100644
--- a/docs-markdown/module.util_util/interfaces/interface.IUtil.md
+++ b/docs-markdown/module.util_util/interfaces/interface.IUtil.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [util/util.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/util/util.d.ts#L1)
+**Source:** [util/util.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/util/util.d.ts#L1)
## Methods
@@ -18,7 +18,7 @@
Converts a buffer into a UTF-8 string.
-**Source:** [util/util.d.ts:6](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/util/util.d.ts#L6)
+**Source:** [util/util.d.ts:6](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/util/util.d.ts#L6)
#### Parameters
@@ -36,7 +36,7 @@ Converts a buffer into a UTF-8 string.
Converts a string to a UTF-8 buffer.
-**Source:** [util/util.d.ts:11](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/util/util.d.ts#L11)
+**Source:** [util/util.d.ts:11](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/util/util.d.ts#L11)
#### Parameters
diff --git a/docs-markdown/module.util_util/variables/variable.util.md b/docs-markdown/module.util_util/variables/variable.util.md
index 459421d..a0f2ab5 100644
--- a/docs-markdown/module.util_util/variables/variable.util.md
+++ b/docs-markdown/module.util_util/variables/variable.util.md
@@ -10,4 +10,4 @@
> `let` **util**: [`IUtil`](../interfaces/interface.IUtil.md)
-**Source:** [util/util.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/util/util.d.ts#L14)
+**Source:** [util/util.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/util/util.d.ts#L14)
diff --git a/docs-markdown/module.world_block/classes/class.Block.md b/docs-markdown/module.world_block/classes/class.Block.md
index d8de883..87024a7 100644
--- a/docs-markdown/module.world_block/classes/class.Block.md
+++ b/docs-markdown/module.world_block/classes/class.Block.md
@@ -8,7 +8,7 @@
**`Class`**
-**Source:** [world/block.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/block.d.ts#L1)
+**Source:** [world/block.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/block.d.ts#L1)
## Constructors
@@ -28,7 +28,7 @@
Example: itemGroup.name.ore
-**Source:** [world/block.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/block.d.ts#L14)
+**Source:** [world/block.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/block.d.ts#L14)
### name
@@ -36,7 +36,7 @@ Example: itemGroup.name.ore
Example: minecraft:deepslate_diamond_ore
-**Source:** [world/block.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/block.d.ts#L5)
+**Source:** [world/block.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/block.d.ts#L5)
### translateName
@@ -44,4 +44,4 @@ Example: minecraft:deepslate_diamond_ore
Examle: tile.stone.stone
-**Source:** [world/block.d.ts:9](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/block.d.ts#L9)
+**Source:** [world/block.d.ts:9](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/block.d.ts#L9)
diff --git a/docs-markdown/module.world_dimension/interfaces/interface.Dimension.md b/docs-markdown/module.world_dimension/interfaces/interface.Dimension.md
index 063eead..06761bf 100644
--- a/docs-markdown/module.world_dimension/interfaces/interface.Dimension.md
+++ b/docs-markdown/module.world_dimension/interfaces/interface.Dimension.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [world/dimension.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/dimension.d.ts#L1)
+**Source:** [world/dimension.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/dimension.d.ts#L1)
## Methods
@@ -18,7 +18,7 @@
Returns `true` if in a dimension, returns `false` if not. You will only be able to use the Dimension methods if you are in a world.
-**Source:** [world/dimension.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/dimension.d.ts#L5)
+**Source:** [world/dimension.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/dimension.d.ts#L5)
#### Returns
@@ -33,7 +33,7 @@ Returns `true` if in a dimension, returns `false` if not. You will only be able
Gets a block at the specified position. Will return null if no block was found. (If it's air, it will also return a Block)
-**Source:** [world/dimension.d.ts:13](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/dimension.d.ts#L13)
+**Source:** [world/dimension.d.ts:13](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/dimension.d.ts#L13)
#### Parameters
@@ -53,7 +53,7 @@ Gets a block at the specified position. Will return null if no block was found.
Gets the dimension's name, for example, `"Overworld"`
-**Source:** [world/dimension.d.ts:19](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/dimension.d.ts#L19)
+**Source:** [world/dimension.d.ts:19](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/dimension.d.ts#L19)
#### Returns
diff --git a/docs-markdown/module.world_dimension/variables/variable.dimension-1.md b/docs-markdown/module.world_dimension/variables/variable.dimension-1.md
index 61f2967..4ca0f69 100644
--- a/docs-markdown/module.world_dimension/variables/variable.dimension-1.md
+++ b/docs-markdown/module.world_dimension/variables/variable.dimension-1.md
@@ -10,4 +10,4 @@
> `const` **dimension**: [`Dimension`](../interfaces/interface.Dimension.md)
-**Source:** [world/dimension.d.ts:23](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/dimension.d.ts#L23)
+**Source:** [world/dimension.d.ts:23](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/dimension.d.ts#L23)
diff --git a/docs-markdown/module.world_entity/classes/class.Entity.md b/docs-markdown/module.world_entity/classes/class.Entity.md
index fc397d1..d0c7f99 100644
--- a/docs-markdown/module.world_entity/classes/class.Entity.md
+++ b/docs-markdown/module.world_entity/classes/class.Entity.md
@@ -10,7 +10,7 @@
A class representing an in-game entity.
-**Source:** [world/entity.d.ts:4](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L4)
+**Source:** [world/entity.d.ts:4](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L4)
## Hierarchy
@@ -34,7 +34,7 @@ A class representing an in-game entity.
The runtime ID of the entity. Local player is always 1.
-**Source:** [world/entity.d.ts:8](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L8)
+**Source:** [world/entity.d.ts:8](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L8)
## Methods
@@ -48,7 +48,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
#### Throws
-**Source:** [world/entity.d.ts:72](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L72)
+**Source:** [world/entity.d.ts:72](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L72)
#### Returns
@@ -61,7 +61,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
Get the dimension name.
for example, "Overworld"
-**Source:** [world/entity.d.ts:42](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L42)
+**Source:** [world/entity.d.ts:42](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L42)
#### Returns
@@ -75,7 +75,7 @@ Gets the entity type ID.
https://minecraft.fandom.com/wiki/Bedrock_Edition_data_values#Entity_IDs
-**Source:** [world/entity.d.ts:64](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L64)
+**Source:** [world/entity.d.ts:64](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L64)
#### Returns
@@ -87,7 +87,7 @@ https://minecraft.fandom.com/wiki/Bedrock_Edition_data_values#Entity_IDs
Gets a status flag's state in the current entity.
-**Source:** [world/entity.d.ts:118](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L118)
+**Source:** [world/entity.d.ts:118](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L118)
#### Parameters
@@ -107,7 +107,7 @@ Gets the health of the entity.
This function is restricted - meaning it will only work on LocalPlayer or if you have OP
-**Source:** [world/entity.d.ts:79](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L79)
+**Source:** [world/entity.d.ts:79](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L79)
#### Returns
@@ -121,7 +121,7 @@ Gets the hunger of the entity.
This function is restricted - meaning it will only work on LocalPlayer or if you have OP
-**Source:** [world/entity.d.ts:86](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L86)
+**Source:** [world/entity.d.ts:86](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L86)
#### Returns
@@ -133,7 +133,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
Gets the number of ticks that the entity is invulnerable (after the entity is hit/hurt), ranges from 0-10
-**Source:** [world/entity.d.ts:47](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L47)
+**Source:** [world/entity.d.ts:47](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L47)
#### Returns
@@ -145,7 +145,7 @@ Gets the number of ticks that the entity is invulnerable (after the entity is hi
Gets the value of a MoLang variable. Returns `null` if the variable was not found.
-**Source:** [world/entity.d.ts:99](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L99)
+**Source:** [world/entity.d.ts:99](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L99)
#### Parameters
@@ -161,7 +161,7 @@ Gets the value of a MoLang variable. Returns `null` if the variable was not foun
Gets the value of a MoLang variable. Returns `null` if the variable was not found.
-**Source:** [world/entity.d.ts:105](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L105)
+**Source:** [world/entity.d.ts:105](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L105)
#### Parameters
@@ -181,7 +181,7 @@ Get the position. Note that this will fail if you dont have permission to get th
#### Throws
-**Source:** [world/entity.d.ts:20](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L20)
+**Source:** [world/entity.d.ts:20](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L20)
#### Returns
@@ -193,7 +193,7 @@ Get the position. Note that this will fail if you dont have permission to get th
Get the interpolated position. Use this in the context of rendering based on entity position.
-**Source:** [world/entity.d.ts:25](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L25)
+**Source:** [world/entity.d.ts:25](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L25)
#### Returns
@@ -205,7 +205,7 @@ Get the interpolated position. Use this in the context of rendering based on ent
Get the position the entity was in the last tick.
-**Source:** [world/entity.d.ts:30](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L30)
+**Source:** [world/entity.d.ts:30](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L30)
#### Returns
@@ -219,7 +219,7 @@ Get the rotation. Note that this will fail if you dont have permission to get th
#### Throws
-**Source:** [world/entity.d.ts:36](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L36)
+**Source:** [world/entity.d.ts:36](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L36)
#### Returns
@@ -233,7 +233,7 @@ Gets the saturation of the entity.
This function is restricted - meaning it will only work on LocalPlayer or if you have OP
-**Source:** [world/entity.d.ts:93](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L93)
+**Source:** [world/entity.d.ts:93](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L93)
#### Returns
@@ -245,7 +245,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
Gets the entity's movement velocity.
-**Source:** [world/entity.d.ts:131](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L131)
+**Source:** [world/entity.d.ts:131](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L131)
#### Returns
@@ -257,7 +257,7 @@ Gets the entity's movement velocity.
Whether the entity is the local player (yourself) or not.
-**Source:** [world/entity.d.ts:57](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L57)
+**Source:** [world/entity.d.ts:57](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L57)
#### Returns
@@ -269,7 +269,7 @@ Whether the entity is the local player (yourself) or not.
Whether the entity is a player or not.
-**Source:** [world/entity.d.ts:52](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L52)
+**Source:** [world/entity.d.ts:52](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L52)
#### Returns
@@ -282,7 +282,7 @@ Whether the entity is a player or not.
Check if the entity is still valid. In some cases, Latite may invalidate an entity outside of an
event listener. This is to prevent the scripting engine from being used as a cheat.
-**Source:** [world/entity.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L14)
+**Source:** [world/entity.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L14)
#### Returns
@@ -294,7 +294,7 @@ event listener. This is to prevent the scripting engine from being used as a che
Sets a status flag's state in the current entity.
-**Source:** [world/entity.d.ts:126](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L126)
+**Source:** [world/entity.d.ts:126](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L126)
#### Parameters
@@ -313,7 +313,7 @@ Sets a status flag's state in the current entity.
[Experimental] sets a MoLang variable's value. Returns `null` if unsuccessful and the number that was set if it was successful.
-**Source:** [world/entity.d.ts:112](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L112)
+**Source:** [world/entity.d.ts:112](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L112)
#### Parameters
@@ -334,7 +334,7 @@ Sets the entity's movement velocity.
This function is restricted - it only works if you have operator.
-**Source:** [world/entity.d.ts:140](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L140)
+**Source:** [world/entity.d.ts:140](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L140)
#### Parameters
diff --git a/docs-markdown/module.world_entity/classes/class.LocalPlayer.md b/docs-markdown/module.world_entity/classes/class.LocalPlayer.md
index 6763849..ce540f4 100644
--- a/docs-markdown/module.world_entity/classes/class.LocalPlayer.md
+++ b/docs-markdown/module.world_entity/classes/class.LocalPlayer.md
@@ -10,7 +10,7 @@
A class representing an in-game entity.
-**Source:** [world/entity.d.ts:187](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L187)
+**Source:** [world/entity.d.ts:187](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L187)
## Hierarchy
@@ -38,7 +38,7 @@ A class representing an in-game entity.
The runtime ID of the entity. Local player is always 1.
-**Source:** [world/entity.d.ts:8](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L8)
+**Source:** [world/entity.d.ts:8](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L8)
#### Inherited from
@@ -56,7 +56,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
#### Throws
-**Source:** [world/entity.d.ts:72](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L72)
+**Source:** [world/entity.d.ts:72](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L72)
#### Returns
@@ -72,7 +72,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
Get the progress of breaking a block (ranging from 0 to 1)
-**Source:** [world/entity.d.ts:191](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L191)
+**Source:** [world/entity.d.ts:191](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L191)
#### Returns
@@ -85,7 +85,7 @@ Get the progress of breaking a block (ranging from 0 to 1)
Get the dimension name.
for example, "Overworld"
-**Source:** [world/entity.d.ts:42](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L42)
+**Source:** [world/entity.d.ts:42](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L42)
#### Returns
@@ -103,7 +103,7 @@ Gets the entity type ID.
https://minecraft.fandom.com/wiki/Bedrock_Edition_data_values#Entity_IDs
-**Source:** [world/entity.d.ts:64](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L64)
+**Source:** [world/entity.d.ts:64](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L64)
#### Returns
@@ -119,7 +119,7 @@ https://minecraft.fandom.com/wiki/Bedrock_Edition_data_values#Entity_IDs
Gets a status flag's state in the current entity.
-**Source:** [world/entity.d.ts:118](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L118)
+**Source:** [world/entity.d.ts:118](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L118)
#### Parameters
@@ -143,7 +143,7 @@ Gets the health of the entity.
This function is restricted - meaning it will only work on LocalPlayer or if you have OP
-**Source:** [world/entity.d.ts:79](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L79)
+**Source:** [world/entity.d.ts:79](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L79)
#### Returns
@@ -159,7 +159,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
Gets the item being held.
-**Source:** [world/entity.d.ts:157](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L157)
+**Source:** [world/entity.d.ts:157](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L157)
#### Returns
@@ -177,7 +177,7 @@ Gets the hunger of the entity.
This function is restricted - meaning it will only work on LocalPlayer or if you have OP
-**Source:** [world/entity.d.ts:86](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L86)
+**Source:** [world/entity.d.ts:86](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L86)
#### Returns
@@ -193,7 +193,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
Gets the number of ticks that the entity is invulnerable (after the entity is hit/hurt), ranges from 0-10
-**Source:** [world/entity.d.ts:47](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L47)
+**Source:** [world/entity.d.ts:47](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L47)
#### Returns
@@ -209,7 +209,7 @@ Gets the number of ticks that the entity is invulnerable (after the entity is hi
Gets the item at the current inventory slot. Will return null if the specified slot is out of bounds
-**Source:** [world/entity.d.ts:168](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L168)
+**Source:** [world/entity.d.ts:168](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L168)
#### Parameters
@@ -231,7 +231,7 @@ Gets the item at the current inventory slot. Will return null if the specified s
Same as `getBreakProgress` but doesn't reset
-**Source:** [world/entity.d.ts:196](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L196)
+**Source:** [world/entity.d.ts:196](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L196)
#### Returns
@@ -243,7 +243,7 @@ Same as `getBreakProgress` but doesn't reset
Get the type of whatever the player is looking at.
-**Source:** [world/entity.d.ts:201](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L201)
+**Source:** [world/entity.d.ts:201](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L201)
#### Returns
@@ -255,7 +255,7 @@ Get the type of whatever the player is looking at.
Gets the value of a MoLang variable. Returns `null` if the variable was not found.
-**Source:** [world/entity.d.ts:99](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L99)
+**Source:** [world/entity.d.ts:99](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L99)
#### Parameters
@@ -275,7 +275,7 @@ Gets the value of a MoLang variable. Returns `null` if the variable was not foun
Gets the value of a MoLang variable. Returns `null` if the variable was not found.
-**Source:** [world/entity.d.ts:105](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L105)
+**Source:** [world/entity.d.ts:105](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L105)
#### Parameters
@@ -297,7 +297,7 @@ Gets the value of a MoLang variable. Returns `null` if the variable was not foun
Gets the movement state of the player (i.e. the movement keys held.)
-**Source:** [world/entity.d.ts:212](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L212)
+**Source:** [world/entity.d.ts:212](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L212)
#### Returns
@@ -309,7 +309,7 @@ Gets the movement state of the player (i.e. the movement keys held.)
Get the player's name (same one as the player list in the pause menu.)
-**Source:** [world/entity.d.ts:147](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L147)
+**Source:** [world/entity.d.ts:147](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L147)
#### Returns
@@ -327,7 +327,7 @@ Get the position. Note that this will fail if you dont have permission to get th
#### Throws
-**Source:** [world/entity.d.ts:20](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L20)
+**Source:** [world/entity.d.ts:20](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L20)
#### Returns
@@ -343,7 +343,7 @@ Get the position. Note that this will fail if you dont have permission to get th
Get the interpolated position. Use this in the context of rendering based on entity position.
-**Source:** [world/entity.d.ts:25](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L25)
+**Source:** [world/entity.d.ts:25](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L25)
#### Returns
@@ -359,7 +359,7 @@ Get the interpolated position. Use this in the context of rendering based on ent
Get the position the entity was in the last tick.
-**Source:** [world/entity.d.ts:30](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L30)
+**Source:** [world/entity.d.ts:30](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L30)
#### Returns
@@ -377,7 +377,7 @@ Get the rotation. Note that this will fail if you dont have permission to get th
#### Throws
-**Source:** [world/entity.d.ts:36](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L36)
+**Source:** [world/entity.d.ts:36](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L36)
#### Returns
@@ -395,7 +395,7 @@ Gets the saturation of the entity.
This function is restricted - meaning it will only work on LocalPlayer or if you have OP
-**Source:** [world/entity.d.ts:93](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L93)
+**Source:** [world/entity.d.ts:93](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L93)
#### Returns
@@ -411,7 +411,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
Get the block selected by looking at it. Will return null if no block is selected.
-**Source:** [world/entity.d.ts:206](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L206)
+**Source:** [world/entity.d.ts:206](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L206)
#### Returns
@@ -423,7 +423,7 @@ Get the block selected by looking at it. Will return null if no block is selecte
Gets the slot of the item being held.
-**Source:** [world/entity.d.ts:162](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L162)
+**Source:** [world/entity.d.ts:162](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L162)
#### Returns
@@ -439,7 +439,7 @@ Gets the slot of the item being held.
Gets the entity's movement velocity.
-**Source:** [world/entity.d.ts:131](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L131)
+**Source:** [world/entity.d.ts:131](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L131)
#### Returns
@@ -455,7 +455,7 @@ Gets the entity's movement velocity.
Gets the player's Xbox User ID.
-**Source:** [world/entity.d.ts:152](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L152)
+**Source:** [world/entity.d.ts:152](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L152)
#### Returns
@@ -471,7 +471,7 @@ Gets the player's Xbox User ID.
Whether the entity is the local player (yourself) or not.
-**Source:** [world/entity.d.ts:57](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L57)
+**Source:** [world/entity.d.ts:57](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L57)
#### Returns
@@ -487,7 +487,7 @@ Whether the entity is the local player (yourself) or not.
Whether the entity is a player or not.
-**Source:** [world/entity.d.ts:52](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L52)
+**Source:** [world/entity.d.ts:52](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L52)
#### Returns
@@ -504,7 +504,7 @@ Whether the entity is a player or not.
Check if the entity is still valid. In some cases, Latite may invalidate an entity outside of an
event listener. This is to prevent the scripting engine from being used as a cheat.
-**Source:** [world/entity.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L14)
+**Source:** [world/entity.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L14)
#### Returns
@@ -520,7 +520,7 @@ event listener. This is to prevent the scripting engine from being used as a che
Sets a status flag's state in the current entity.
-**Source:** [world/entity.d.ts:126](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L126)
+**Source:** [world/entity.d.ts:126](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L126)
#### Parameters
@@ -543,7 +543,7 @@ Sets a status flag's state in the current entity.
[Experimental] sets a MoLang variable's value. Returns `null` if unsuccessful and the number that was set if it was successful.
-**Source:** [world/entity.d.ts:112](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L112)
+**Source:** [world/entity.d.ts:112](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L112)
#### Parameters
@@ -566,7 +566,7 @@ Sets a status flag's state in the current entity.
Sets the movement state of the player
-**Source:** [world/entity.d.ts:218](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L218)
+**Source:** [world/entity.d.ts:218](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L218)
#### Parameters
@@ -586,7 +586,7 @@ Sets the entity's movement velocity.
This function is restricted - it only works if you have operator.
-**Source:** [world/entity.d.ts:140](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L140)
+**Source:** [world/entity.d.ts:140](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L140)
#### Parameters
diff --git a/docs-markdown/module.world_entity/classes/class.Player.md b/docs-markdown/module.world_entity/classes/class.Player.md
index b941ac3..8a3f3b6 100644
--- a/docs-markdown/module.world_entity/classes/class.Player.md
+++ b/docs-markdown/module.world_entity/classes/class.Player.md
@@ -10,7 +10,7 @@
A class representing an in-game entity.
-**Source:** [world/entity.d.ts:143](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L143)
+**Source:** [world/entity.d.ts:143](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L143)
## Hierarchy
@@ -38,7 +38,7 @@ A class representing an in-game entity.
The runtime ID of the entity. Local player is always 1.
-**Source:** [world/entity.d.ts:8](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L8)
+**Source:** [world/entity.d.ts:8](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L8)
#### Inherited from
@@ -56,7 +56,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
#### Throws
-**Source:** [world/entity.d.ts:72](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L72)
+**Source:** [world/entity.d.ts:72](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L72)
#### Returns
@@ -73,7 +73,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
Get the dimension name.
for example, "Overworld"
-**Source:** [world/entity.d.ts:42](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L42)
+**Source:** [world/entity.d.ts:42](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L42)
#### Returns
@@ -91,7 +91,7 @@ Gets the entity type ID.
https://minecraft.fandom.com/wiki/Bedrock_Edition_data_values#Entity_IDs
-**Source:** [world/entity.d.ts:64](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L64)
+**Source:** [world/entity.d.ts:64](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L64)
#### Returns
@@ -107,7 +107,7 @@ https://minecraft.fandom.com/wiki/Bedrock_Edition_data_values#Entity_IDs
Gets a status flag's state in the current entity.
-**Source:** [world/entity.d.ts:118](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L118)
+**Source:** [world/entity.d.ts:118](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L118)
#### Parameters
@@ -131,7 +131,7 @@ Gets the health of the entity.
This function is restricted - meaning it will only work on LocalPlayer or if you have OP
-**Source:** [world/entity.d.ts:79](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L79)
+**Source:** [world/entity.d.ts:79](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L79)
#### Returns
@@ -147,7 +147,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
Gets the item being held.
-**Source:** [world/entity.d.ts:157](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L157)
+**Source:** [world/entity.d.ts:157](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L157)
#### Returns
@@ -161,7 +161,7 @@ Gets the hunger of the entity.
This function is restricted - meaning it will only work on LocalPlayer or if you have OP
-**Source:** [world/entity.d.ts:86](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L86)
+**Source:** [world/entity.d.ts:86](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L86)
#### Returns
@@ -177,7 +177,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
Gets the number of ticks that the entity is invulnerable (after the entity is hit/hurt), ranges from 0-10
-**Source:** [world/entity.d.ts:47](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L47)
+**Source:** [world/entity.d.ts:47](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L47)
#### Returns
@@ -193,7 +193,7 @@ Gets the number of ticks that the entity is invulnerable (after the entity is hi
Gets the item at the current inventory slot. Will return null if the specified slot is out of bounds
-**Source:** [world/entity.d.ts:168](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L168)
+**Source:** [world/entity.d.ts:168](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L168)
#### Parameters
@@ -211,7 +211,7 @@ Gets the item at the current inventory slot. Will return null if the specified s
Gets the value of a MoLang variable. Returns `null` if the variable was not found.
-**Source:** [world/entity.d.ts:99](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L99)
+**Source:** [world/entity.d.ts:99](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L99)
#### Parameters
@@ -231,7 +231,7 @@ Gets the value of a MoLang variable. Returns `null` if the variable was not foun
Gets the value of a MoLang variable. Returns `null` if the variable was not found.
-**Source:** [world/entity.d.ts:105](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L105)
+**Source:** [world/entity.d.ts:105](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L105)
#### Parameters
@@ -253,7 +253,7 @@ Gets the value of a MoLang variable. Returns `null` if the variable was not foun
Get the player's name (same one as the player list in the pause menu.)
-**Source:** [world/entity.d.ts:147](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L147)
+**Source:** [world/entity.d.ts:147](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L147)
#### Returns
@@ -267,7 +267,7 @@ Get the position. Note that this will fail if you dont have permission to get th
#### Throws
-**Source:** [world/entity.d.ts:20](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L20)
+**Source:** [world/entity.d.ts:20](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L20)
#### Returns
@@ -283,7 +283,7 @@ Get the position. Note that this will fail if you dont have permission to get th
Get the interpolated position. Use this in the context of rendering based on entity position.
-**Source:** [world/entity.d.ts:25](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L25)
+**Source:** [world/entity.d.ts:25](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L25)
#### Returns
@@ -299,7 +299,7 @@ Get the interpolated position. Use this in the context of rendering based on ent
Get the position the entity was in the last tick.
-**Source:** [world/entity.d.ts:30](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L30)
+**Source:** [world/entity.d.ts:30](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L30)
#### Returns
@@ -317,7 +317,7 @@ Get the rotation. Note that this will fail if you dont have permission to get th
#### Throws
-**Source:** [world/entity.d.ts:36](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L36)
+**Source:** [world/entity.d.ts:36](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L36)
#### Returns
@@ -335,7 +335,7 @@ Gets the saturation of the entity.
This function is restricted - meaning it will only work on LocalPlayer or if you have OP
-**Source:** [world/entity.d.ts:93](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L93)
+**Source:** [world/entity.d.ts:93](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L93)
#### Returns
@@ -351,7 +351,7 @@ This function is restricted - meaning it will only work on LocalPlayer or if you
Gets the slot of the item being held.
-**Source:** [world/entity.d.ts:162](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L162)
+**Source:** [world/entity.d.ts:162](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L162)
#### Returns
@@ -363,7 +363,7 @@ Gets the slot of the item being held.
Gets the entity's movement velocity.
-**Source:** [world/entity.d.ts:131](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L131)
+**Source:** [world/entity.d.ts:131](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L131)
#### Returns
@@ -379,7 +379,7 @@ Gets the entity's movement velocity.
Gets the player's Xbox User ID.
-**Source:** [world/entity.d.ts:152](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L152)
+**Source:** [world/entity.d.ts:152](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L152)
#### Returns
@@ -391,7 +391,7 @@ Gets the player's Xbox User ID.
Whether the entity is the local player (yourself) or not.
-**Source:** [world/entity.d.ts:57](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L57)
+**Source:** [world/entity.d.ts:57](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L57)
#### Returns
@@ -407,7 +407,7 @@ Whether the entity is the local player (yourself) or not.
Whether the entity is a player or not.
-**Source:** [world/entity.d.ts:52](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L52)
+**Source:** [world/entity.d.ts:52](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L52)
#### Returns
@@ -424,7 +424,7 @@ Whether the entity is a player or not.
Check if the entity is still valid. In some cases, Latite may invalidate an entity outside of an
event listener. This is to prevent the scripting engine from being used as a cheat.
-**Source:** [world/entity.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L14)
+**Source:** [world/entity.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L14)
#### Returns
@@ -440,7 +440,7 @@ event listener. This is to prevent the scripting engine from being used as a che
Sets a status flag's state in the current entity.
-**Source:** [world/entity.d.ts:126](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L126)
+**Source:** [world/entity.d.ts:126](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L126)
#### Parameters
@@ -463,7 +463,7 @@ Sets a status flag's state in the current entity.
[Experimental] sets a MoLang variable's value. Returns `null` if unsuccessful and the number that was set if it was successful.
-**Source:** [world/entity.d.ts:112](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L112)
+**Source:** [world/entity.d.ts:112](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L112)
#### Parameters
@@ -488,7 +488,7 @@ Sets the entity's movement velocity.
This function is restricted - it only works if you have operator.
-**Source:** [world/entity.d.ts:140](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L140)
+**Source:** [world/entity.d.ts:140](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L140)
#### Parameters
diff --git a/docs-markdown/module.world_entity/enumerations/enumeration.LookingAt.md b/docs-markdown/module.world_entity/enumerations/enumeration.LookingAt.md
index 0b7c1fb..b531423 100644
--- a/docs-markdown/module.world_entity/enumerations/enumeration.LookingAt.md
+++ b/docs-markdown/module.world_entity/enumerations/enumeration.LookingAt.md
@@ -8,7 +8,7 @@
**`Enumeration`**
-**Source:** [world/entity.d.ts:171](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L171)
+**Source:** [world/entity.d.ts:171](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L171)
## Enumeration Members
@@ -16,16 +16,16 @@
> **Air**: 2
-**Source:** [world/entity.d.ts:174](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L174)
+**Source:** [world/entity.d.ts:174](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L174)
### Block
> **Block**: 0
-**Source:** [world/entity.d.ts:172](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L172)
+**Source:** [world/entity.d.ts:172](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L172)
### Entity
> **Entity**: 1
-**Source:** [world/entity.d.ts:173](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L173)
+**Source:** [world/entity.d.ts:173](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L173)
diff --git a/docs-markdown/module.world_entity/interfaces/interface.MovementState.md b/docs-markdown/module.world_entity/interfaces/interface.MovementState.md
index 48da802..0b08eb7 100644
--- a/docs-markdown/module.world_entity/interfaces/interface.MovementState.md
+++ b/docs-markdown/module.world_entity/interfaces/interface.MovementState.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [world/entity.d.ts:177](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L177)
+**Source:** [world/entity.d.ts:177](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L177)
## Properties
@@ -16,40 +16,40 @@
> **backward**: `boolean`
-**Source:** [world/entity.d.ts:179](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L179)
+**Source:** [world/entity.d.ts:179](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L179)
### forward
> **forward**: `boolean`
-**Source:** [world/entity.d.ts:178](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L178)
+**Source:** [world/entity.d.ts:178](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L178)
### jump
> **jump**: `boolean`
-**Source:** [world/entity.d.ts:182](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L182)
+**Source:** [world/entity.d.ts:182](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L182)
### left
> **left**: `boolean`
-**Source:** [world/entity.d.ts:180](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L180)
+**Source:** [world/entity.d.ts:180](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L180)
### right
> **right**: `boolean`
-**Source:** [world/entity.d.ts:181](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L181)
+**Source:** [world/entity.d.ts:181](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L181)
### sneak
> **sneak**: `boolean`
-**Source:** [world/entity.d.ts:183](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L183)
+**Source:** [world/entity.d.ts:183](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L183)
### sprintHeld
> `readonly` **sprintHeld**: `boolean`
-**Source:** [world/entity.d.ts:184](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/entity.d.ts#L184)
+**Source:** [world/entity.d.ts:184](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/entity.d.ts#L184)
diff --git a/docs-markdown/module.world_item/classes/class.Item.md b/docs-markdown/module.world_item/classes/class.Item.md
index 34c3eb3..a6ba89c 100644
--- a/docs-markdown/module.world_item/classes/class.Item.md
+++ b/docs-markdown/module.world_item/classes/class.Item.md
@@ -10,7 +10,7 @@
A class representing a Minecraft Item definition (not an item instance)
-**Source:** [world/item.d.ts:4](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/item.d.ts#L4)
+**Source:** [world/item.d.ts:4](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/item.d.ts#L4)
## Constructors
@@ -30,7 +30,7 @@ A class representing a Minecraft Item definition (not an item instance)
The Namespaced ID of the item (e.g. `minecraft:stone`)
-**Source:** [world/item.d.ts:8](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/item.d.ts#L8)
+**Source:** [world/item.d.ts:8](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/item.d.ts#L8)
### translateName
@@ -38,4 +38,4 @@ The Namespaced ID of the item (e.g. `minecraft:stone`)
The translate name of the item (e.g. `item.stone`)
-**Source:** [world/item.d.ts:12](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/item.d.ts#L12)
+**Source:** [world/item.d.ts:12](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/item.d.ts#L12)
diff --git a/docs-markdown/module.world_item/classes/class.ItemStack.md b/docs-markdown/module.world_item/classes/class.ItemStack.md
index 34b7c7f..7d0a81c 100644
--- a/docs-markdown/module.world_item/classes/class.ItemStack.md
+++ b/docs-markdown/module.world_item/classes/class.ItemStack.md
@@ -10,7 +10,7 @@
An instance of an `Item` (has count, damage, etc.)
-**Source:** [world/item.d.ts:18](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/item.d.ts#L18)
+**Source:** [world/item.d.ts:18](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/item.d.ts#L18)
## Constructors
@@ -30,7 +30,7 @@ An instance of an `Item` (has count, damage, etc.)
The auxiliary/data value of the item (not damage) (-32768 to 32767)
-**Source:** [world/item.d.ts:26](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/item.d.ts#L26)
+**Source:** [world/item.d.ts:26](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/item.d.ts#L26)
### item
@@ -38,7 +38,7 @@ The auxiliary/data value of the item (not damage) (-32768 to 32767)
The item type. Will be `null` when the item is air.
-**Source:** [world/item.d.ts:22](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/item.d.ts#L22)
+**Source:** [world/item.d.ts:22](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/item.d.ts#L22)
## Methods
@@ -48,7 +48,7 @@ The item type. Will be `null` when the item is air.
Gets the number of items in the stack
-**Source:** [world/item.d.ts:36](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/item.d.ts#L36)
+**Source:** [world/item.d.ts:36](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/item.d.ts#L36)
#### Returns
@@ -60,7 +60,7 @@ Gets the number of items in the stack
Gets the damage of the item (e.g. if a sword was used once, it would have a damage value of 1)
-**Source:** [world/item.d.ts:46](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/item.d.ts#L46)
+**Source:** [world/item.d.ts:46](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/item.d.ts#L46)
#### Returns
@@ -72,7 +72,7 @@ Gets the damage of the item (e.g. if a sword was used once, it would have a dama
Get the display name (e.g. `Cooked Beef`)
-**Source:** [world/item.d.ts:31](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/item.d.ts#L31)
+**Source:** [world/item.d.ts:31](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/item.d.ts#L31)
#### Returns
@@ -84,7 +84,7 @@ Get the display name (e.g. `Cooked Beef`)
Gets the pickup time in milliseconds
-**Source:** [world/item.d.ts:41](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/item.d.ts#L41)
+**Source:** [world/item.d.ts:41](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/item.d.ts#L41)
#### Returns
diff --git a/docs-markdown/module.world_world/interfaces/interface.World.md b/docs-markdown/module.world_world/interfaces/interface.World.md
index a6a98b5..6d7fffa 100644
--- a/docs-markdown/module.world_world/interfaces/interface.World.md
+++ b/docs-markdown/module.world_world/interfaces/interface.World.md
@@ -8,7 +8,7 @@
**`Interface`**
-**Source:** [world/world.d.ts:1](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/world.d.ts#L1)
+**Source:** [world/world.d.ts:1](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/world.d.ts#L1)
## Methods
@@ -18,7 +18,7 @@
Returns `true` if in a world, returns `false` if not. You will only be able to use the World methods if you are in a world.
-**Source:** [world/world.d.ts:5](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/world.d.ts#L5)
+**Source:** [world/world.d.ts:5](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/world.d.ts#L5)
#### Returns
@@ -30,7 +30,7 @@ Returns `true` if in a world, returns `false` if not. You will only be able to u
Gets the clientside entity list (only if you have operator otherwise it will only return you)
-**Source:** [world/world.d.ts:24](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/world.d.ts#L24)
+**Source:** [world/world.d.ts:24](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/world.d.ts#L24)
#### Returns
@@ -42,7 +42,7 @@ Gets the clientside entity list (only if you have operator otherwise it will onl
Gets the clientside number of entities (including you)
-**Source:** [world/world.d.ts:29](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/world.d.ts#L29)
+**Source:** [world/world.d.ts:29](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/world.d.ts#L29)
#### Returns
@@ -54,7 +54,7 @@ Gets the clientside number of entities (including you)
The saved world name.
-**Source:** [world/world.d.ts:10](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/world.d.ts#L10)
+**Source:** [world/world.d.ts:10](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/world.d.ts#L10)
#### Returns
@@ -66,7 +66,7 @@ The saved world name.
Gets the name of the players connected to the world.
-**Source:** [world/world.d.ts:14](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/world.d.ts#L14)
+**Source:** [world/world.d.ts:14](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/world.d.ts#L14)
#### Returns
@@ -78,7 +78,7 @@ Gets the name of the players connected to the world.
Returns true if it's your own local world. Returns false if not.
-**Source:** [world/world.d.ts:19](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/world.d.ts#L19)
+**Source:** [world/world.d.ts:19](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/world.d.ts#L19)
#### Returns
diff --git a/docs-markdown/module.world_world/variables/variable.world-1.md b/docs-markdown/module.world_world/variables/variable.world-1.md
index ac2d19a..bef834a 100644
--- a/docs-markdown/module.world_world/variables/variable.world-1.md
+++ b/docs-markdown/module.world_world/variables/variable.world-1.md
@@ -10,4 +10,4 @@
> `const` **world**: [`World`](../interfaces/interface.World.md)
-**Source:** [world/world.d.ts:32](https://github.com/LatiteScripting/latitescripting.github.io/blob/796c413/definitions/world/world.d.ts#L32)
+**Source:** [world/world.d.ts:32](https://github.com/EpiclyRaspberry/latitescripting.github.io/blob/0717eac/definitions/world/world.d.ts#L32)
diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css
index 7813e9f..77a9256 100644
--- a/docs/assets/highlight.css
+++ b/docs/assets/highlight.css
@@ -1,10 +1,14 @@
:root {
- --light-hl-0: #000000;
- --dark-hl-0: #D4D4D4;
+ --light-hl-0: #795E26;
+ --dark-hl-0: #DCDCAA;
--light-hl-1: #000000;
- --dark-hl-1: #C8C8C8;
- --light-hl-2: #001080;
- --dark-hl-2: #9CDCFE;
+ --dark-hl-1: #D4D4D4;
+ --light-hl-2: #A31515;
+ --dark-hl-2: #CE9178;
+ --light-hl-3: #000000;
+ --dark-hl-3: #C8C8C8;
+ --light-hl-4: #001080;
+ --dark-hl-4: #9CDCFE;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
@@ -13,6 +17,8 @@
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
+ --hl-3: var(--light-hl-3);
+ --hl-4: var(--light-hl-4);
--code-background: var(--light-code-background);
} }
@@ -20,6 +26,8 @@
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
+ --hl-3: var(--dark-hl-3);
+ --hl-4: var(--dark-hl-4);
--code-background: var(--dark-code-background);
} }
@@ -27,6 +35,8 @@
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
+ --hl-3: var(--light-hl-3);
+ --hl-4: var(--light-hl-4);
--code-background: var(--light-code-background);
}
@@ -34,10 +44,14 @@
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
+ --hl-3: var(--dark-hl-3);
+ --hl-4: var(--dark-hl-4);
--code-background: var(--dark-code-background);
}
.hl-0 { color: var(--hl-0); }
.hl-1 { color: var(--hl-1); }
.hl-2 { color: var(--hl-2); }
+.hl-3 { color: var(--hl-3); }
+.hl-4 { color: var(--hl-4); }
pre, code { background: var(--code-background); }
diff --git a/docs/classes/feature_command.Command.html b/docs/classes/feature_command.Command.html
index 965ebc4..3e1ddb2 100644
--- a/docs/classes/feature_command.Command.html
+++ b/docs/classes/feature_command.Command.html
@@ -33,7 +33,7 @@
The Latite Scripting/Plugin API is an advanced client-side Minecraft Scripting API for Latite Client. The API allows you to interact with many aspects of the Minecraft Windows 10/11 Edition client (while not allowing cheats).
Latite Client is a non-cheat modification for Minecraft Windows 10/11 Edition which has features ranging from world utility to visual mods and PVP-related utilities.
Some features in Latite Client Scripting are restricted. Features such as getting the entities, attacking entities, getting entity positions are limited to operators to prevent cheating.
+
Other things like world manipulation are only possible on local worlds.
Gets the value of a MoLang variable. Returns
@@ -218,7 +218,7 @@null
if the variable was not found.name: Returns null | MolangVariable +Defined in world/entity.d.ts:105
get Position
@@ -230,7 +230,7 @@
Returns
Throws