updated nav bar and index

This commit is contained in:
2024-03-08 17:10:58 -05:00
parent c0c18185c8
commit be05fdb0f2
3 changed files with 8 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -134,7 +134,7 @@ a {
search: "auto",
coverpage: true,
loadSidebar: true,
subMaxLevel: 1
subMaxLevel: 2
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>