Skip to content

Commit fb77562

Browse files
authored
Merge pull request #62 from ElunaLuaEngine/master-2026-02-26_00-40
Update Eluna documentation
2 parents 4c76144 + cf3f4f8 commit fb77562

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

AuraEffect/GetSpellInfo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1 class='fqn'>
8787

8888

8989
<div class='docblock'>
90-
<p>Returns the [ElunaSpellInfo] of the spell that created this <a class="mod" href="../AuraEffect/index.html">AuraEffect</a>.</p>
90+
<p>Returns the <a class="mod" href="../SpellInfo/index.html">SpellInfo</a> of the spell that created this <a class="mod" href="../AuraEffect/index.html">AuraEffect</a>.</p>
9191

9292

9393
<h2 id="synopsis" class='section-header'>
@@ -109,7 +109,7 @@ <h2 id="returns" class='section-header'>
109109
</h2>
110110
<p>
111111
<dl>
112-
<dt><code><strong><a href="https://github.com/ElunaLuaEngine/ElunaTrinityWotlk/search?l=cpp&q=%22enum+ElunaSpellInfo%22&type=Code&utf8=%E2%9C%93">ElunaSpellInfo</a></strong> spellInfo</code></dt>
112+
<dt><code><strong><a class="mod" href="../SpellInfo/index.html">SpellInfo</a></strong> spellInfo</code></dt>
113113
<dd class="docblock"><em>See method description.</em></dd>
114114
</dl>
115115
</p>

AuraEffect/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h2 id='methods' class='section-header'><a href="#methods">Methods</a></h2>
217217
<a class='fn' href='GetSpellInfo.html'>GetSpellInfo</a>
218218
</td>
219219
<td class='docblock short'>
220-
<p>Returns the [ElunaSpellInfo] of the spell that created this <a class="mod" href="../AuraEffect/index.html">AuraEffect</a>.</p>
220+
<p>Returns the <a class="mod" href="../SpellInfo/index.html">SpellInfo</a> of the spell that created this <a class="mod" href="../AuraEffect/index.html">AuraEffect</a>.</p>
221221
</td>
222222
</tr>
223223
<tr>

ElunaProcInfo/GetSpellInfo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1 class='fqn'>
8787

8888

8989
<div class='docblock'>
90-
<p>Returns the [ElunaSpellInfo] of the spell that triggered the proc event.</p>
90+
<p>Returns the <a class="mod" href="../SpellInfo/index.html">SpellInfo</a> of the spell that triggered the proc event.</p>
9191

9292

9393
<h2 id="synopsis" class='section-header'>
@@ -109,7 +109,7 @@ <h2 id="returns" class='section-header'>
109109
</h2>
110110
<p>
111111
<dl>
112-
<dt><code><strong><a href="https://github.com/ElunaLuaEngine/ElunaTrinityWotlk/search?l=cpp&q=%22enum+ElunaSpellInfo%22&type=Code&utf8=%E2%9C%93">ElunaSpellInfo</a></strong> spellInfo</code></dt>
112+
<dt><code><strong><a class="mod" href="../SpellInfo/index.html">SpellInfo</a></strong> spellInfo</code></dt>
113113
<dd class="docblock"><em>See method description.</em></dd>
114114
</dl>
115115
</p>

ElunaProcInfo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h2 id='methods' class='section-header'><a href="#methods">Methods</a></h2>
217217
<a class='fn' href='GetSpellInfo.html'>GetSpellInfo</a>
218218
</td>
219219
<td class='docblock short'>
220-
<p>Returns the [ElunaSpellInfo] of the spell that triggered the proc event.</p>
220+
<p>Returns the <a class="mod" href="../SpellInfo/index.html">SpellInfo</a> of the spell that triggered the proc event.</p>
221221
</td>
222222
</tr>
223223
<tr>

Spell/IsTriggeredByAura.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1 class='fqn'>
8787

8888

8989
<div class='docblock'>
90-
<p>Returns <code>true</code> if the <a class="mod" href="../Spell/index.html">Spell</a> was triggered by the given [ElunaSpellInfo], <code>false</code> otherwise.</p>
90+
<p>Returns <code>true</code> if the <a class="mod" href="../Spell/index.html">Spell</a> was triggered by the given <a class="mod" href="../SpellInfo/index.html">SpellInfo</a>, <code>false</code> otherwise.</p>
9191

9292

9393
<h2 id="synopsis" class='section-header'>
@@ -102,7 +102,7 @@ <h2 id="arguments" class='section-header'>
102102
</h2>
103103
<p>
104104
<dl>
105-
<dt><code><strong><a href="https://github.com/ElunaLuaEngine/ElunaTrinityWotlk/search?l=cpp&q=%22enum+ElunaSpellInfo%22&type=Code&utf8=%E2%9C%93">ElunaSpellInfo</a></strong> spellInfo</code></dt>
105+
<dt><code><strong><a class="mod" href="../SpellInfo/index.html">SpellInfo</a></strong> spellInfo</code></dt>
106106
<dd class="docblock"><p>The aura spell info to check against. </p></dd>
107107
</dl>
108108
</p>

Spell/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ <h2 id='methods' class='section-header'><a href="#methods">Methods</a></h2>
362362
<a class='fn' href='IsTriggeredByAura.html'>IsTriggeredByAura</a>
363363
</td>
364364
<td class='docblock short'>
365-
<p>Returns <code>true</code> if the <a class="mod" href="../Spell/index.html">Spell</a> was triggered by the given [ElunaSpellInfo], <code>false</code> otherwise.</p>
365+
<p>Returns <code>true</code> if the <a class="mod" href="../Spell/index.html">Spell</a> was triggered by the given <a class="mod" href="../SpellInfo/index.html">SpellInfo</a>, <code>false</code> otherwise.</p>
366366
</td>
367367
</tr>
368368
<tr>

search-index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)