Skip to content

Commit

Permalink
v0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiscode committed Mar 16, 2024
1 parent fa451f7 commit 2d29e14
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 37 deletions.
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/classes/Core.Client.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/classes/Core.Game.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/Core.GameEvent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/tools.call.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/tools.Tool.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/modules/Core.html
@@ -1,5 +1,5 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Core | AIGE</title><meta name="description" content="Documentation for AIGE"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"><a href="https://github.com/mathiscode/aige">Github</a></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">AIGE</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">AIGE</a></li><li><a href="Core.html">Core</a></li></ul><h1>Module Core</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><h4>Description</h4><p>This is the main module of the library. It exports all the classes and interfaces needed to create a game.</p>
</div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mathiscode/aige/blob/853e9e8/src/index.ts#L1">index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">References</h3><div class="tsd-index-list"><a href="Core.html#call" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>call</span></a>
</div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mathiscode/aige/blob/fa451f7/src/index.ts#L1">index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">References</h3><div class="tsd-index-list"><a href="Core.html#call" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>call</span></a>
<a href="Core.html#tools" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>tools</span></a>
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumerations</h3><div class="tsd-index-list"><a href="../enums/Core.GameEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Game<wbr/>Event</span></a>
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Classes</h3><div class="tsd-index-list"><a href="../classes/Core.Client.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Client</span></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/tools.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Core.Ability.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Core.Character.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Core.Chat.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Core.ChatMessage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Core.GameClientImageOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Core.GameClientOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Core.GameData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Core.GameOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Core.InventoryItem.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Core.Quest.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/variables/tools.tools.html

Large diffs are not rendered by default.

0 comments on commit 2d29e14

Please sign in to comment.