mirror of
https://github.com/araxiaonline/docs.git
synced 2026-06-13 03:32:31 -04:00
updated nav bar and index
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user