diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 448ae1e..c1f9ae3 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,11 +1,12 @@ - [About](/) - Eluna Typescript - Getting Started - - Configuration - - API Docs - - Events - - Classes - - Types + - Configuration + - Classes + - [Creature](.classes/Creature.md) + - [GameObject](./classes/GameObject.md) + - Events + - Enums - Examples - Release Notes - WoW 3.3.5 Client Patcher diff --git a/docs/classes/GameObject.md b/docs/classes/GameObject.md index 440ac24..f49f09c 100644 --- a/docs/classes/GameObject.md +++ b/docs/classes/GameObject.md @@ -1,7 +1,7 @@ ## Despawn Despawns the GameObject from the game world. The GameObject may be automatically respawned by the core based on its respawn settings. -#### Example Usage: +### Example Usage: This example demonstrates how to despawn a GameObject after a player interacts with it, and then respawn it after a specified duration. ```typescript diff --git a/docs/index.html b/docs/index.html index 28fa773..9270a57 100644 --- a/docs/index.html +++ b/docs/index.html @@ -134,7 +134,7 @@ a { search: "auto", coverpage: true, loadSidebar: true, - subMaxLevel: 1 + subMaxLevel: 2 }